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 ff03d1c commit 1659a69Copy full SHA for 1659a69
tests/test_dask.py
@@ -36,6 +36,8 @@ def test_asarray_no_compute(no_compute):
36
xp.asarray(a, copy=True)
37
xp.asarray(a, copy=True, dtype=np.int16)
38
xp.asarray(a, copy=True, dtype=a.dtype)
39
+ xp.asarray(a, copy=False)
40
+ xp.asarray(a, copy=False, dtype=a.dtype)
41
42
43
def test_clip_no_compute(no_compute):
0 commit comments