We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aee1bf commit bc3f649Copy full SHA for bc3f649
dpnp/tests/test_window.py
@@ -70,7 +70,7 @@ def test_kaiser_M(self, M):
70
M = M.asnumpy()
71
expected = numpy.kaiser(M, 14)
72
73
- assert_allclose(result, expected, rtol=1e-6)
+ assert_allclose(result, expected, rtol=1e-6, atol=1e-6)
74
75
@pytest.mark.filterwarnings("ignore::RuntimeWarning")
76
@pytest.mark.parametrize(
0 commit comments