Skip to content

Commit cd27e22

Browse files
Test constructor for shape being an int
1 parent 4530026 commit cd27e22

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
@@ -38,6 +38,7 @@
3838
(4, 5),
3939
(2, 5, 2),
4040
(2, 2, 2, 2, 2, 2, 2, 2),
41+
5,
4142
],
4243
)
4344
@pytest.mark.parametrize("usm_type", ["shared", "host", "device"])

0 commit comments

Comments
 (0)