[sparse] re-enable bcoo_spdot_general test

This commit is contained in:
Jake VanderPlas 2021-11-15 16:21:04 -08:00
parent be751d1dd6
commit e4291e0b49

View File

@ -1045,7 +1045,7 @@ class BCOOTest(jtu.JaxTestCase):
self.assertAllClose(jr_sparse, jr_dense, atol=tol)
self.assertAllClose(jf_sparse, jr_sparse, atol=tol)
@unittest.skip("Jaxlib GPU build failing in OSS.")
@unittest.skipIf(jtu.device_under_test() == "tpu", "TPU has insufficient precision")
@parameterized.named_parameters(jtu.cases_from_list(
{"testcase_name": "_{}[n_batch={}]_{}[n_batch={}]_dims={}".format(
jtu.format_shape_dtype_string(lhs_shape, dtype), lhs_n_batch,