mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-07 00:20:20 +01:00
disable test temporarily
PiperOrigin-RevId: 165763204
This commit is contained in:
parent
a271c37db3
commit
8e78e10eff
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user