Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor #560

Merged
merged 17 commits into from
Oct 10, 2024
Merged

Refactor #560

merged 17 commits into from
Oct 10, 2024

Conversation

sepandhaghighi
Copy link
Owner

Reference Issues/PRs

What does this implement/fix? Explain your changes.

  • pycm_util.py renamed to utils.py
  • pycm_test.py renamed to basic_test.py
  • pycm_profile.py renamed to profile.py
  • pycm_param.py renamed to params.py
  • pycm_overall_func.py renamed to overall_funcs.py
  • pycm_output.py renamed to output.py
  • pycm_obj.py renamed to cm.py
  • pycm_multilabel_cm.py renamed to multilabel_cm.py
  • pycm_interpret.py renamed to interpret.py
  • pycm_handler.py renamed to handlers.py
  • pycm_error.py renamed to errors.py
  • pycm_distance.py renamed to distance.py
  • pycm_curve.py renamed to curve.py
  • pycm_compare.py renamed to compare.py
  • pycm_class_func.py renamed to class_funcs.py
  • pycm_ci.py renamed to ci.py

Any other comments?

@sepandhaghighi sepandhaghighi self-assigned this Oct 8, 2024
@sepandhaghighi sepandhaghighi added this to the PYCM 4.1 milestone Oct 8, 2024
Copy link

codecov bot commented Oct 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.69%. Comparing base (33bb0a6) to head (f738659).
Report is 1 commits behind head on dev.

Additional details and impacted files
@@           Coverage Diff           @@
##              dev     #560   +/-   ##
=======================================
  Coverage   99.69%   99.69%           
=======================================
  Files          14       14           
  Lines        3139     3139           
  Branches      467      467           
=======================================
  Hits         3129     3129           
  Misses          4        4           
  Partials        6        6           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sepandhaghighi sepandhaghighi marked this pull request as ready for review October 10, 2024 08:52
Copy link
Collaborator

@sadrasabouri sadrasabouri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work 👍

@sadrasabouri sadrasabouri merged commit de6a7bc into dev Oct 10, 2024
45 checks passed
@sadrasabouri sadrasabouri deleted the refactor branch October 10, 2024 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants