Disable complex matrix exponential test.
PiperOrigin-RevId: 236505386
This commit is contained in:
parent
25e1c04931
commit
5ca2639d07
@ -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.]])
|
||||
|
Loading…
Reference in New Issue
Block a user