Skip to content

Commit bda3ffe

Browse files
author
Vahid Tavanashad
committed
increase rtol for a test
1 parent 7ab0c08 commit bda3ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpnp/tests/test_nanfunctions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ def test_basic(self, func, axis, keepdims, dtype):
512512
result = getattr(dpnp, func)(ia, axis=axis, keepdims=keepdims)
513513

514514
assert result.shape == expected.shape
515-
assert_allclose(result, expected, rtol=1e-6)
515+
assert_allclose(result, expected, rtol=1e-5)
516516

517517
@pytest.mark.usefixtures("suppress_complex_warning")
518518
@pytest.mark.usefixtures("suppress_invalid_numpy_warnings")

0 commit comments

Comments
 (0)