mirror of
https://github.com/ROCm/jax.git
synced 2025-04-18 04:46:06 +00:00
[ROCm]: Re-enable EighIdentity test
This commit is contained in:
parent
63415a9184
commit
2650c14cf5
@ -366,7 +366,6 @@ class NumpyLinalgTest(jtu.JaxTestCase):
|
||||
dtype=float_types + complex_types,
|
||||
lower=[True, False],
|
||||
)
|
||||
@jtu.skip_on_devices("rocm")
|
||||
def testEighIdentity(self, n, dtype, lower):
|
||||
tol = np.finfo(dtype).eps
|
||||
uplo = "L" if lower else "U"
|
||||
|
Loading…
x
Reference in New Issue
Block a user