summaryrefslogtreecommitdiff
path: root/tests/test_autograd.py
diff options
context:
space:
mode:
authorjustheuristic <justheuristic@gmail.com>2022-09-17 23:44:28 +0300
committerjustheuristic <justheuristic@gmail.com>2022-09-17 23:44:28 +0300
commitd9ca0ed9051a21295e9be80ec08a6589ebd98222 (patch)
tree979c64dc4e3c84df837f2955178d4d4ad75d2e43 /tests/test_autograd.py
parent7facedda38da928843e9ed0de1810d45ce1b9224 (diff)
un-fuse bias
Diffstat (limited to 'tests/test_autograd.py')
-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 28d9259..5171c4f 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, atol=0.18, rtol=0.3)
+ torch.testing.assert_allclose(gradBias1, gradBias2)