Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
zechengz committed Nov 1, 2023
1 parent 8f77556 commit 828df6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_stype.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


def test_stype():
assert len(torch_frame.stype) == 5
assert len(torch_frame.stype) == 6
assert torch_frame.numerical == torch_frame.stype('numerical')
assert not torch_frame.numerical.is_text_stype
assert torch_frame.categorical == torch_frame.stype('categorical')
Expand Down

0 comments on commit 828df6f

Please sign in to comment.