Skip to content

Commit

Permalink
Temporarily disable gradient test for inverse Gaussian while we wait …
Browse files Browse the repository at this point in the history
…for upstream fix to a regression in SciPy.

PiperOrigin-RevId: 619565585
  • Loading branch information
ursk authored and tensorflower-gardener committed Mar 27, 2024
1 parent 6364a63 commit c9b3ac5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@ def testInverseGaussianFullyReparameterized(self):
@test_util.numpy_disable_gradient_test
def testCompareToExplicitGradient(self):
"""Compare to the explicit reparameterization derivative."""
self.skipTest('b/331471078')
concentration_np = np.arange(4)[..., np.newaxis] + 1.
concentration = tf.constant(concentration_np, self.dtype)
loc_np = np.arange(3) + 1.
Expand Down

0 comments on commit c9b3ac5

Please sign in to comment.