Skip to content

Commit 9a1aa09

Browse files
jhseuAmit Patankar
authored and
Amit Patankar
committed
Delete non-deterministic testEmpty() test (tensorflow#10512)
1 parent bf22796 commit 9a1aa09

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tensorflow/python/kernel_tests/matrix_solve_op_test.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,6 @@ def testNotInvertible(self):
9696
[[1., 0., -1.], [-1., 1., 0.], [0., -1., 1.]])
9797
linalg_ops.matrix_solve(matrix, matrix).eval()
9898

99-
def testEmpty(self):
100-
with self.test_session():
101-
self._verifySolve(np.empty([0, 0]), np.empty([0, 0]))
102-
self._verifySolve(np.empty([2, 2]), np.empty([2, 0]))
103-
10499

105100
if __name__ == "__main__":
106101
test.main()

0 commit comments

Comments
 (0)