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 f77d8de commit d449db8Copy full SHA for d449db8
dpnp/tests/test_search.py
@@ -272,7 +272,7 @@ def test_ndim(self):
272
assert_array_equal(np_res, dpnp_res)
273
274
np_res = numpy.where(c, a.T, b.T)
275
- dpnp_res = numpy.where(ic, ia.T, ib.T)
+ dpnp_res = dpnp.where(ic, ia.T, ib.T)
276
277
278
def test_dtype_mix(self):
0 commit comments