Skip to content

Commit 99a1208

Browse files
Reduce the size of array in the test
1 parent 4b98e94 commit 99a1208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpctl/tests/test_usm_ndarray_ctor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1438,7 +1438,7 @@ def test_astype_device():
14381438
def test_astype_gh_1926():
14391439
get_queue_or_skip()
14401440

1441-
x = dpt.ones(10_000)
1441+
x = dpt.ones(64)
14421442
x_ = dpt.astype(x, x.dtype, copy=False, order="C")
14431443
assert x is x_
14441444

0 commit comments

Comments
 (0)