Skip to content

Commit 1659a69

Browse files
committed
test nit
1 parent ff03d1c commit 1659a69

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_dask.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ def test_asarray_no_compute(no_compute):
3636
xp.asarray(a, copy=True)
3737
xp.asarray(a, copy=True, dtype=np.int16)
3838
xp.asarray(a, copy=True, dtype=a.dtype)
39+
xp.asarray(a, copy=False)
40+
xp.asarray(a, copy=False, dtype=a.dtype)
3941

4042

4143
def test_clip_no_compute(no_compute):

0 commit comments

Comments
 (0)