We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93572ff commit 5ba5756Copy full SHA for 5ba5756
dpnp/tests/third_party/cupy/random_tests/test_generator.py
@@ -914,7 +914,7 @@ def test_dtype_shape(self):
914
if isinstance(self.a, numpy.ndarray):
915
expected_dtype = "float"
916
else:
917
- expected_dtype = "int"
+ expected_dtype = "long"
918
assert v.dtype == expected_dtype
919
assert v.shape == expected_shape
920
0 commit comments