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

[BUG] ensure deep_equals plugins are passed on to all recursions #243

Merged
merged 6 commits into from
Nov 18, 2023

Conversation

fkiraly
Copy link
Contributor

@fkiraly fkiraly commented Oct 30, 2023

This PR fixes an unreported bug that prevented deep_equals plugins to be passed in some recursions.

The recursions have been fixed, and test cases have been added.

@codecov
Copy link

codecov bot commented Oct 30, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (12a1884) 84.19% compared to head (1011d50) 84.47%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #243      +/-   ##
==========================================
+ Coverage   84.19%   84.47%   +0.28%     
==========================================
  Files          43       43              
  Lines        2891     2892       +1     
==========================================
+ Hits         2434     2443       +9     
+ Misses        457      449       -8     
Files Coverage Δ
skbase/utils/deep_equals/_deep_equals.py 79.48% <100.00%> (+5.29%) ⬆️
skbase/utils/tests/test_deep_equals.py 100.00% <ø> (ø)

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

@fkiraly fkiraly changed the title [ENH] deep_equals numpy plugin to recognize sparse arrays [ENH] deep_equals numpy plugin logic update Oct 30, 2023
@fkiraly fkiraly changed the title [ENH] deep_equals numpy plugin logic update [BUG] ensure deep_equals plugins are passed on to all recursions Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Adding new functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant