Skip to content

Commit

Permalink
remove test_single_value
Browse files Browse the repository at this point in the history
  • Loading branch information
shakedzy committed Jan 18, 2022
1 parent df3bd13 commit 56bf3b0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/test_data_utils/test_one_hot_encode.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,3 @@ def test_more_than_one_dimension():

with pytest.raises(ValueError, match="must have only one dimension"):
one_hot_encode(lst)


def test_single_value():
lst = [0, 0, 0, 0]

with pytest.raises(ValueError):
one_hot_encode(lst)

0 comments on commit 56bf3b0

Please sign in to comment.