[ROCm]: Re-enable EighIdentity test

This commit is contained in:
Rahul Batra 2023-06-23 17:51:43 +00:00
parent 63415a9184
commit 2650c14cf5

View File

@ -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"