Note the reason why tests in numerics_test.py are marked v1-only

PiperOrigin-RevId: 312294288
Change-Id: I37f7c467605bebd22e4dc1f1d904bc74300c801a
This commit is contained in:
Shanqing Cai 2020-05-19 09:25:16 -07:00 committed by TensorFlower Gardener
parent 6772e0ca84
commit 3114f6b980
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ class VerifyTensorAllFiniteTest(test.TestCase):
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):
def testInf(self):