Skip to content

Commit 2bc7939

Browse files
Add a test for shape being np.int64 scalar
1 parent 7e79083 commit 2bc7939

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dpctl/tests/test_usm_ndarray_ctor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
(2, 5, 2),
4040
(2, 2, 2, 2, 2, 2, 2, 2),
4141
5,
42+
np.int32(7),
4243
],
4344
)
4445
@pytest.mark.parametrize("usm_type", ["shared", "host", "device"])

0 commit comments

Comments
 (0)