disable test temporarily

PiperOrigin-RevId: 165763204
This commit is contained in:
A. Unique TensorFlower 2017-08-18 15:43:53 -07:00 committed by TensorFlower Gardener
parent a271c37db3
commit 8e78e10eff

View File

@ -183,11 +183,14 @@ class CholeskyGradTest(test.TestCase):
self.runFiniteDifferences(
shapes, dtypes=(dtypes_lib.float32, dtypes_lib.float64))
def testSmallMatricesComplex(self):
np.random.seed(0)
shapes = self.getShapes([1, 2, 10])
self.runFiniteDifferences(
shapes, dtypes=(dtypes_lib.complex64, dtypes_lib.complex128))
# TODO(eriche): investigate why this test fails only in opensource
# ubuntu gpu python3
# def testSmallMatricesComplex(self):
# np.random.seed(0)
# shapes = self.getShapes([1, 2, 10])
# self.runFiniteDifferences(
# shapes, dtypes=(dtypes_lib.complex64, dtypes_lib.complex128))
def testOneBlockMatrices(self):
np.random.seed(0)