Skip to content

Commit

Permalink
Merge pull request #52585 from tensorflow/revert-52582-cherrypick-f2e…
Browse files Browse the repository at this point in the history
…bf3d6e1bf463b211b72b68fea4e085672c09b-on-r2.7

Revert "Disabling some tests as they fail with numpy 1.20"
  • Loading branch information
mihaimaruseac committed Oct 20, 2021
2 parents aba8e01 + 378317d commit ff68385
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tensorflow/python/framework/test_util_test.py
Expand Up @@ -292,7 +292,6 @@ def testAssertRaisesOpErrorDoesNotPassMessageDueToLeakedStack(self):

@test_util.run_in_graph_and_eager_modes
def testAllCloseTensors(self):
self.skipTest("b/182342669; fails with numpy 1.20")
a_raw_data = [[1, 2, 3], [4, 5, 6], [7, 8, 9]]
a = constant_op.constant(a_raw_data)
b = math_ops.add(1, constant_op.constant([[0, 1, 2], [3, 4, 5], [6, 7, 8]]))
Expand Down
1 change: 0 additions & 1 deletion tensorflow/python/kernel_tests/map_ops_test.py
Expand Up @@ -284,7 +284,6 @@ def testDiffKeySameValueGrad(self):
del tape

def testLookupAddGrad(self):
self.skipTest("b/182342669; fails with numpy 1.20")
with backprop.GradientTape(persistent=True) as tape:
k = constant_op.constant(1.0)
k2 = constant_op.constant(2.0)
Expand Down

0 comments on commit ff68385

Please sign in to comment.