Skip to content

Commit

Permalink
test inverse
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant committed Nov 8, 2024
1 parent 940f731 commit 6cc2764
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_pandas.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ def test_mixed_ufunc():
{"a": ["blah"], "b": [12]},
]
assert df2.ak.tolist() == expected
df2 = 2 * df.ak
assert df2.ak.tolist() == expected

df2 = df.ak == df.ak
expected = [[True, True, True], [True, True], [True]]
Expand Down

0 comments on commit 6cc2764

Please sign in to comment.