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 7ffe62c commit 234c8afCopy full SHA for 234c8af
dpnp/tests/test_manipulation.py
@@ -1833,7 +1833,7 @@ def test_1d_equal_nan_axis0(self):
1833
1834
result = dpnp.unique(ia, axis=0, equal_nan=True)
1835
expected = numpy.unique(a, axis=0, equal_nan=True)
1836
- # TODO: remove
+ # TODO: remove when numpy#29372 is released
1837
if numpy_version() < "2.3.2":
1838
expected = numpy.array([0.0, numpy.nan])
1839
assert_array_equal(result, expected)
0 commit comments