mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
Merge pull request #17860 from google:test_fix
PiperOrigin-RevId: 569549919
This commit is contained in:
commit
4d933ebc58
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user