Merge pull request #17860 from google:test_fix

PiperOrigin-RevId: 569549919
This commit is contained in:
jax authors 2023-09-29 11:53:02 -07:00
commit 4d933ebc58

View File

@ -365,7 +365,7 @@ class NumpyLinalgTest(jtu.JaxTestCase):
with jax.numpy_rank_promotion("allow"):
self.assertLessEqual(
np.linalg.norm(np.matmul(a, v) - w * v),
80 * eps * np.linalg.norm(a),
81 * eps * np.linalg.norm(a),
)
@jtu.sample_product(