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 61b2192 commit a5cd35bCopy full SHA for a5cd35b
dpnp/tests/test_random_state.py
@@ -21,6 +21,7 @@
21
is_cpu_device,
22
is_gpu_device,
23
)
24
+from .third_party.cupy import testing
25
26
# aspects of default device:
27
_def_device = dpctl.SyclQueue().sycl_device
@@ -1126,6 +1127,7 @@ def test_size_castable_to_integer(self):
1126
1127
result = RandomState().uniform(size=size)
1128
assert result.shape == size
1129
1130
+ @testing.with_requires("numpy>=2.3.2")
1131
@pytest.mark.parametrize("xp", [numpy, dpnp])
1132
@pytest.mark.parametrize(
1133
"size",
0 commit comments