Skip to content
Snippets Groups Projects
Commit 42b1ac96 authored by Manon Blanco's avatar Manon Blanco
Browse files

Try to fix tests

parent 6230cb86
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