Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
phofl committed Feb 14, 2024
1 parent 431c302 commit 1faa475
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dask_expr/tests/test_collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -2392,7 +2392,6 @@ def test_predicate_pushdown_ndim_change(df, pdf):
expected = expected[expected[0] > 1]
assert_eq(result, expected)
assert isinstance(result.simplify().expr.frame, Filter)
result.simplify().pprint()
assert isinstance(result.simplify().expr, ToFrame)


Expand Down

0 comments on commit 1faa475

Please sign in to comment.