jax
2dfeaeb6 - Allow zero tolerance for jax.test_util.tolerance (#2393)

Commit
5 years ago
Allow zero tolerance for jax.test_util.tolerance (#2393) Currently, if a user passes any falsy value to jax.test_util.tolerance, it is changed to the default value. This makes sense when the value passed is None, but not when the value passed is 0 (which indicates a desired tolerance of exactly 0). Disables failing tests for now.
Parents
Loading