Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
bump up einsum test atol
Browse files Browse the repository at this point in the history
  • Loading branch information
haojin2 committed Nov 18, 2019
1 parent 135c42c commit 5b3f709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/unittest/test_numpy_op.py
Original file line number Diff line number Diff line change
Expand Up @@ -4112,7 +4112,7 @@ def dbg(name, data):
for config in configs:
(subscripts, operands) = config
rtol = 1e-2 if dtype == 'float16' else 1e-3
atol = 1e-4 if dtype == 'float16' else 1e-5
atol = 1e-3 if dtype == 'float16' else 1e-4
grad = []
x_np = []
for shape in operands:
Expand Down

0 comments on commit 5b3f709

Please sign in to comment.