Note the reason why tests in numerics_test.py are marked v1-only
PiperOrigin-RevId: 312294288 Change-Id: I37f7c467605bebd22e4dc1f1d904bc74300c801a
This commit is contained in:
parent
6772e0ca84
commit
3114f6b980
|
@ -66,7 +66,7 @@ class VerifyTensorAllFiniteTest(test.TestCase):
|
||||||
self.evaluate(t_verified)
|
self.evaluate(t_verified)
|
||||||
|
|
||||||
|
|
||||||
@test_util.run_v1_only("b/120545219")
|
@test_util.run_v1_only("add_check_numerics_op() is meant to be a v1-only API")
|
||||||
class NumericsTest(test.TestCase):
|
class NumericsTest(test.TestCase):
|
||||||
|
|
||||||
def testInf(self):
|
def testInf(self):
|
||||||
|
|
Loading…
Reference in New Issue