We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62c9443 commit ad2ae09Copy full SHA for ad2ae09
1 file changed
test/test_array.py
@@ -670,6 +670,7 @@ def test_array_method(ctx_factory):
670
arr = make_random_array(queue, np.float32, 1024)
671
np.testing.assert_array_equal(arr, arr.get())
672
673
+
674
def test_numpy_integer_shape(ctx_factory):
675
try:
676
list(np.int32(17))
0 commit comments