Enable test that was accidentally disabled.
PiperOrigin-RevId: 343884207 Change-Id: If31abce01fc104ed7f4ff1bd422299f172940800
This commit is contained in:
parent
31160b7c21
commit
1ecdce2cfb
@ -504,8 +504,6 @@ class StructuredTensorTest(test_util.TensorFlowTestCase,
|
||||
self.assertAllEqual(struct4.field_value("s"), struct2)
|
||||
|
||||
def testPartitionOuterDims(self):
|
||||
if not context.executing_eagerly():
|
||||
return # TESTING
|
||||
a = dict(x=1, y=[1, 2])
|
||||
b = dict(x=2, y=[3, 4])
|
||||
c = dict(x=3, y=[5, 6])
|
||||
|
Loading…
Reference in New Issue
Block a user