-
Notifications
You must be signed in to change notification settings - Fork 400
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
Annotate and fix compare module #313
Annotate and fix compare module #313
Conversation
optimize imports
Codecov Report
@@ Coverage Diff @@
## development #313 +/- ##
===============================================
- Coverage 39.7% 39.65% -0.06%
===============================================
Files 35 35
Lines 6944 6953 +9
Branches 1661 1664 +3
===============================================
Hits 2757 2757
- Misses 3976 3985 +9
Partials 211 211
Continue to review full report at Codecov.
|
@altenky requested changes, so my "aprove" was to early
@altendky thx for the valuable input. Please read my answers and check if the typevar and type alias are acceptable. |
…into annotate_fix_compare
…anmatrix into annotate_fix_compare
Annotate, refactor (snake_case) and fix (old function names from
canmatrix
module)compare
module.There is still minor issue with accessing "protected" members of CompareResult. I'll try to attr.ibify the Compareresult in follow-up PR.