From 42b1ac962e3992236af244137aa46f0fc60aeaec Mon Sep 17 00:00:00 2001 From: manonBlanco <blanco@teklia.com> Date: Tue, 13 Jun 2023 10:46:34 +0200 Subject: [PATCH] Try to fix tests --- tests/test_training.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_training.py b/tests/test_training.py index 73611e81..f146afba 100644 --- a/tests/test_training.py +++ b/tests/test_training.py @@ -99,7 +99,7 @@ def test_train_and_test( assert torch.allclose( trained_tensor, expected_tensor, - atol=1e-04, + atol=1e-03, ) assert ( trained_model[optimizer_part]["param_groups"] -- GitLab