Skip to content

Commit

Permalink
Loosen test tolerance to prevent flakiness.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 265696336
  • Loading branch information
davmre authored and tensorflower-gardener committed Aug 27, 2019
1 parent b8da6b8 commit b07286b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -662,8 +662,8 @@ def testConsistency(self,
tensorflow_function,
numpy_function,
strategy_list,
atol=1e-6,
rtol=1e-6,
atol=1e-5,
rtol=1e-5,
jax_disabled=False,
assert_shape_only=False,
jax_kwargs=lambda: {}):
Expand Down

0 comments on commit b07286b

Please sign in to comment.