Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
DeaMariaLeon committed Nov 1, 2024
1 parent 9113a9d commit 212b78a
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 @@ -24,7 +24,7 @@ def test_ewm_mean_expr(constructor: Constructor) -> None:


def test_ewm_mean_series(constructor_eager: ConstructorEager) -> None:
if "pyarrow_" in str(constructor_eager) or "daks" in str(constructor_eager): # remove
if "pyarrow_" in str(constructor_eager): # remove
pytest.skip()

series = nw.from_native(constructor_eager(data), eager_only=True)["a"]
Expand Down

0 comments on commit 212b78a

Please sign in to comment.