Skip to content

Commit 0989cc4

Browse files
committed
Enable Dask
1 parent 326d874 commit 0989cc4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_funcs.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -453,9 +453,6 @@ def test_xp(self, xp: ModuleType):
453453
@pytest.mark.skip_xp_backend(
454454
Backend.SPARSE, reason="read-only backend without .at support"
455455
)
456-
@pytest.mark.skip_xp_backend(
457-
Backend.DASK, reason="backend does not yet support indexed assignment"
458-
)
459456
class TestOneHot:
460457
@pytest.mark.parametrize("n_dim", range(4))
461458
@pytest.mark.parametrize("num_classes", [1, 3, 10])

0 commit comments

Comments
 (0)