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 16a7d97 commit ed9ab6eCopy full SHA for ed9ab6e
tests/test_arraycreation.py
@@ -504,4 +504,4 @@ def test_dpctl_tensor_input(func, args):
504
new_args = [eval(val, {'x0' : x0}) for val in args]
505
X = getattr(dpt, func)(*new_args)
506
Y = getattr(dpnp, func)(*new_args)
507
- assert_array_equal(X, Y)
+ assert_array_equal(X, Y)
0 commit comments