Skip to content

Commit

Permalink
Re-enable sharded_test.py, underlying JAX issue fixed.
Browse files Browse the repository at this point in the history
END_PUBLIC

*** Original change description ***

BEGIN_PUBLIC
Disable sharded_test.py in JAX backend.

PiperOrigin-RevId: 395489287
  • Loading branch information
midfield authored and tensorflower-gardener committed Sep 8, 2021
1 parent e8c5712 commit ca74f14
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,6 @@ def run(key):
continue
self.assertNotEqual(sample[i], sample[j])

@test_util.disable_test_for_backend(
disable_jax=True,
reason='Throws NotImplementedError in JAX backend b/199209907')
def test_kahan_custom_grad(self):

def model_fn():
Expand Down

0 comments on commit ca74f14

Please sign in to comment.