Skip to content

Commit 19fc100

Browse files
committed
Fix test.
1 parent 95ce3d3 commit 19fc100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.ibm.wala.cast.python.ml.test/source/com/ibm/wala/cast/python/ml/test/TestTensorflow2Model.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public class TestTensorflow2Model extends TestPythonMLCallGraphShape {
110110
new TensorType(INT_32, asList(new NumericDim(2), null));
111111

112112
private static final TensorType TENSOR_2_NONE_NONE_NONE_FLOAT32 =
113-
new TensorType(FLOAT_32, asList(new NumericDim(2), null));
113+
new TensorType(FLOAT_32, asList(new NumericDim(2), null, null, null));
114114

115115
private static final TensorType TENSOR_3_NONE_INT32 =
116116
new TensorType(INT_32, asList(new NumericDim(3), null));

0 commit comments

Comments
 (0)