Skip to content

Commit 9d9ed62

Browse files
committed
atol
1 parent 1eb4ee8 commit 9d9ed62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_unittests/ut_helpers/test_doc_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def test_custom_doc_kernels_layer_normalization(self):
5656
)
5757
expected = torch_sess.run(None, feeds)
5858
got = torch_sess_custom.run(None, feeds)
59-
self.assertEqualAny(expected, got, atol=1e-3)
59+
self.assertEqualAny(expected, got, atol=2e-3)
6060

6161
def test_custom_doc_kernels_matmul(self):
6262
model = oh.make_model(

0 commit comments

Comments
 (0)