Skip to content

Commit ef766c2

Browse files
committed
Add link to issue.
1 parent 5cddbd7 commit ef766c2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3343,16 +3343,19 @@ public void testDecoratedFunctions9()
33433343
test("decorated_function_test.py", "f", 1, 1, 2);
33443344
}
33453345

3346+
/** Test https://github.com/wala/ML/issues/195. */
33463347
@Test
33473348
public void testReshape() throws ClassHierarchyException, CancelException, IOException {
33483349
test("tf2_test_reshape.py", "f", 1, 1, 2);
33493350
}
33503351

3352+
/** Test https://github.com/wala/ML/issues/195. */
33513353
@Test
33523354
public void testReshape2() throws ClassHierarchyException, CancelException, IOException {
33533355
test("tf2_test_reshape2.py", "f", 1, 1, 2);
33543356
}
33553357

3358+
/** Test https://github.com/wala/ML/issues/195. */
33563359
@Test
33573360
public void testReshape3() throws ClassHierarchyException, CancelException, IOException {
33583361
test("tf2_test_reshape3.py", "f", 1, 1, 2);

0 commit comments

Comments
 (0)