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 d226627 commit b7fa375Copy full SHA for b7fa375
tests/test_wenergy.py
@@ -23,7 +23,7 @@ def test_owes_vs_es(backend):
23
lambda x: backends[backend].mean(x) * 0.0 + 1.0,
24
backend=backend,
25
)
26
- np.testing.assert_allclose(res, resw, atol=1e-7)
+ np.testing.assert_allclose(res, resw, atol=1e-6)
27
28
29
@pytest.mark.parametrize("backend", BACKENDS)
@@ -48,7 +48,7 @@ def test_vres_vs_es(backend):
48
49
50
51
- np.testing.assert_allclose(res, resw, rtol=1e-7)
+ np.testing.assert_allclose(res, resw, rtol=1e-6)
52
53
54
0 commit comments