We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6d0779 commit 16a2775Copy full SHA for 16a2775
vendor_tests/test_vendor.py
@@ -20,7 +20,7 @@ def test_vendor_compat():
20
assert array_namespace(x) is xp
21
device(x)
22
assert not is_cupy_namespace(xp)
23
- assert not is_dask_namespace(xp)
+ assert not is_dask_namespace(xp)
24
assert not is_jax_array(x)
25
assert not is_jax_namespace(xp)
26
assert not is_pydata_sparse_namespace(xp)
0 commit comments