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 3ae8eff commit 7b59ad6Copy full SHA for 7b59ad6
dpnp/tests/third_party/cupy/core_tests/test_ndarray_math.py
@@ -39,7 +39,7 @@ def test_round_out(self, xp):
39
self.shape, xp, scale=100, dtype=cupy.default_float_type()
40
)
41
out = xp.empty_like(a)
42
- a.round(self.decimals, out)
+ a.round(self.decimals, out=out)
43
return out
44
45
0 commit comments