Skip to content

Commit

Permalink
test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
fkiraly committed Oct 31, 2023
1 parent 257667a commit 1011d50
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions skbase/utils/tests/test_deep_equals.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@
np.array([2, 3, 4]),
np.array([2, 4, 5]),
np.nan,
# these cases test that plugins are passed to recursions
# in this case, the numpy equality plugin
{"a": np.array([2, 3, 4]), "b": np.array([4, 3, 2])},
[np.array([2, 3, 4]), np.array([4, 3, 2])],
]

if _check_soft_dependencies("pandas", severity="none"):
Expand Down

0 comments on commit 1011d50

Please sign in to comment.