summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjustheuristic <justheuristic@gmail.com>2022-09-17 23:41:40 +0300
committerjustheuristic <justheuristic@gmail.com>2022-09-17 23:41:40 +0300
commit7facedda38da928843e9ed0de1810d45ce1b9224 (patch)
tree61ba8066c2abdefbda665408cdae4544cbdf50f7
parenteac9aca460ee7afb6d0cbc61ae43a95120d34f29 (diff)
copypaste tolerances
-rw-r--r--tests/test_autograd.py2
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)