Skip to content

Commit a0fc973

Browse files
gulsumgudukbayRuturaj4
authored andcommitted
removed commented statement in linalg_test
1 parent a5c5ac7 commit a0fc973

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/linalg_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,6 @@ def testEigvals(self, shape, dtype):
361361

362362
@jtu.run_on_devices("cpu", "gpu")
363363
def testEigvalsInf(self):
364-
#self.skipTest("Skip test on ROCm")
365364
# https://github.com/jax-ml/jax/issues/2661
366365
if jtu.test_device_matches(["gpu"]) and jtu.jaxlib_version() <= (0, 4, 35):
367366
self.skipTest("eig on GPU requires jaxlib version > 0.4.35")

0 commit comments

Comments
 (0)