Disable complex matrix exponential test.

PiperOrigin-RevId: 236505386
This commit is contained in:
Martin Wicke 2019-03-02 21:40:56 -08:00 committed by TensorFlower Gardener
parent 25e1c04931
commit 5ca2639d07

View File

@ -89,6 +89,7 @@ class ExponentialOpTest(test.TestCase):
# A multidimensional batch of 2x2 matrices
self._verifyExponentialReal(self._makeBatch(matrix1, matrix2))
@test_util.run_deprecated_v1
def testNonsymmetricComplex(self):
matrix1 = np.array([[1., 2.], [3., 4.]])
matrix2 = np.array([[1., 3.], [3., 5.]])