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

[ENH] refactor string coercions and return logic in deep_equals utility #237

Merged
merged 9 commits into from
Oct 16, 2023

Conversation

fkiraly
Copy link
Contributor

@fkiraly fkiraly commented Oct 15, 2023

This PR refactors string coercions and return logic in deep_equals utility, along the lines of sktime/sktime#5028.

Fixes #213.

@codecov-commenter
Copy link

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Comparison is base (e51fd36) 83.55% compared to head (8fd99c6) 83.68%.
Report is 1 commits behind head on main.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #237      +/-   ##
==========================================
+ Coverage   83.55%   83.68%   +0.13%     
==========================================
  Files          41       41              
  Lines        2833     2820      -13     
==========================================
- Hits         2367     2360       -7     
+ Misses        466      460       -6     
Files Coverage Δ
skbase/utils/deep_equals.py 65.97% <80.95%> (+1.00%) ⬆️

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

@fkiraly fkiraly merged commit 8a517d7 into main Oct 16, 2023
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ENH] ensure deep_equals does not make any costly str coercions
2 participants