TST: add issue id

This commit is contained in:
Yan Facai (颜发才) 2017-08-23 13:47:07 +08:00 committed by Martin Wicke
parent 0c9ddf3ffd
commit 075b437439

View File

@ -315,6 +315,7 @@ class TensorUtilTest(test.TestCase):
dtype=dtype)))
def testIntMixedWithDimension(self):
# Github issue: 11974
dtype = dtypes.int32
nptype = np.int32
t = tensor_util.make_tensor_proto([10, tensor_shape.Dimension(20), 30],