Skip to content
Snippets Groups Projects
Commit 91371d9a authored by Manon Blanco's avatar Manon Blanco Committed by Manon Blanco
Browse files

Try to fix tests

parent 43a2fd92
No related branches found
No related tags found
No related merge requests found
......@@ -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"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment