Skip to content

Commit

Permalink
Merge branch 'deep_equals-improved-2' of https://github.com/sktime/sk…
Browse files Browse the repository at this point in the history
…base into deep_equals-improved-2
  • Loading branch information
fkiraly committed Oct 22, 2023
2 parents 83d2fb1 + 00e90cb commit 8db89b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions skbase/utils/deep_equals/_deep_equals.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,7 @@ def deep_equals_curried(x, y, return_msg=False):
return deep_equals_custom(
x, y, return_msg=return_msg, plugins=plugins
)

kwargs = {"deep_equals": deep_equals_curried}
else:
kwargs = {}
Expand Down

0 comments on commit 8db89b5

Please sign in to comment.