Skip to content

Commit

Permalink
FIX: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentAuriau committed Dec 28, 2024
1 parent d1c3b43 commit 2aaa74e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/unit_tests/test_os_datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,7 @@ def test_modecanada_features_split():
ca,
na,
da,
) = load_modecanada(
add_items_one_hot=True, add_is_public=True, split_features=True
)
) = load_modecanada(add_items_one_hot=True, add_is_public=True, split_features=True)
assert o.shape == (4324, 3)
assert ca.shape == (4324, 4, 9)
assert na.shape == (4324, 4)
Expand Down

0 comments on commit 2aaa74e

Please sign in to comment.