mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
Bump test tolerance for sqrtm test.
This test fails on ARM with a LAPACK built with gfortran 11. PiperOrigin-RevId: 569540626
This commit is contained in:
parent
59d86b233e
commit
ef6fd2ebb6
@ -1586,7 +1586,7 @@ class ScipyLinalgTest(jtu.JaxTestCase):
|
||||
rng = jtu.rand_default(self.rng())
|
||||
arg = rng(shape, dtype)
|
||||
if dtype == np.float32 or dtype == np.complex64:
|
||||
tol = 1e-3
|
||||
tol = 2e-3
|
||||
else:
|
||||
tol = 1e-8
|
||||
R = jsp.linalg.sqrtm(arg)
|
||||
|
Loading…
x
Reference in New Issue
Block a user