Skip to content

Commit

Permalink
polars version again
Browse files Browse the repository at this point in the history
  • Loading branch information
DeaMariaLeon committed Nov 6, 2024
1 parent 19da3a3 commit 6cc0a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/expr_and_series/ewm_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def test_ewm_mean_dask_raise() -> None:


@pytest.mark.skipif(
POLARS_VERSION < (0, 20, 13), reason="Polars changed how it handles None"
POLARS_VERSION <= (0, 20, 13), reason="Polars changed how it handles None"
)
@pytest.mark.parametrize("ignore_nulls", [True, False])
def test_ewm_mean_nulls(
Expand Down

0 comments on commit 6cc0a96

Please sign in to comment.