Skip to content

Commit

Permalink
test number of unique rowidcf
Browse files Browse the repository at this point in the history
  • Loading branch information
LamAdr committed Nov 23, 2023
1 parent baf6f83 commit adb632d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_datagrid.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ def test_simple_grid():
def test_cf():
assert datagrid(newdata = mtcars, mpg = 32).shape[0] == 1
assert datagridcf(newdata = mtcars, mpg = [30, 32]).shape[0] == 64
assert datagridcf(newdata = mtcars, mpg = [30, 32]).unique("rowidcf").shape[0] == 32

0 comments on commit adb632d

Please sign in to comment.