We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba1c8aa commit a5a4d1aCopy full SHA for a5a4d1a
1 file changed
tests/solver/test_solver.py
@@ -87,7 +87,7 @@ def test_predict_batch(self, dataloader, solver_class):
87
atol=1e-1,
88
rtol=1e-2,
89
)
90
- assert diff_nonbatched - diff_batched > 2
+ assert diff_nonbatched - diff_batched > 0.5
91
92
@pytest.mark.parametrize("ema", [0.5, 1.0])
93
def test_EMA(self, dataloader, ema):
0 commit comments