Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Feb 2, 2024
1 parent 54a9ad6 commit da766ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion holoviews/tests/element/test_selection.py
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,6 @@ def pandas_df(self):
-1,-1,-1]
}, dtype=float)

@dd_available
@pytest.fixture(scope="function")
def dask_df(self, pandas_df):
return dd.from_pandas(pandas_df, npartitions=2)
Expand Down

0 comments on commit da766ce

Please sign in to comment.