Skip to content

Commit

Permalink
[MNT] address deprecation of skbase.testing.utils.deep_equals (#111)
Browse files Browse the repository at this point in the history
This PR addresses deprecation (and removal in `skbase 0.6.0`) of
`skbase.testing.utils.deep_equals`, by moving imports to the new
location of the same module.
  • Loading branch information
fkiraly authored Oct 7, 2023
1 parent 0df7c6c commit dd4f17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skpro/tests/test_all_estimators.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def test_set_params_sklearn(self, object_class):
we use the other test parameter settings (which are assumed valid).
This guarantees settings which play along with the __init__ content.
"""
from skbase.testing.utils.deep_equals import deep_equals
from skbase.utils.deep_equals import deep_equals

estimator = object_class.create_test_instance()
test_params = object_class.get_test_params()
Expand Down

0 comments on commit dd4f17b

Please sign in to comment.