Skip to content

Commit

Permalink
Fix flakey test_operator.py:test_laop_6.
Browse files Browse the repository at this point in the history
  • Loading branch information
DickJC123 committed Aug 15, 2019
1 parent d30097c commit 479ba38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/unittest/test_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -6844,7 +6844,7 @@ def test_laop_6():
atol_fw = 1e-9
num_eps = 1e-6
rtol_bw = 1e-4
atol_bw = 1e-6
atol_bw = 5e-5

data = mx.symbol.Variable('data')

Expand Down

0 comments on commit 479ba38

Please sign in to comment.