diff options
author | justheuristic <justheuristic@gmail.com> | 2022-09-17 23:41:40 +0300 |
---|---|---|
committer | justheuristic <justheuristic@gmail.com> | 2022-09-17 23:41:40 +0300 |
commit | 7facedda38da928843e9ed0de1810d45ce1b9224 (patch) | |
tree | 61ba8066c2abdefbda665408cdae4544cbdf50f7 | |
parent | eac9aca460ee7afb6d0cbc61ae43a95120d34f29 (diff) |
copypaste tolerances
-rw-r--r-- | tests/test_autograd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_autograd.py b/tests/test_autograd.py index 5171c4f..28d9259 100644 --- a/tests/test_autograd.py +++ b/tests/test_autograd.py @@ -427,4 +427,4 @@ def test_matmullt( ) if req_grad[2]: - torch.testing.assert_allclose(gradBias1, gradBias2) + torch.testing.assert_allclose(gradBias1, gradBias2, atol=0.18, rtol=0.3) |