Skip to content

Commit dd7e9ba

Browse files
committed
This comment seems incorrect.
1 parent d4d2d23 commit dd7e9ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.ibm.wala.cast.python.test/data/tf2_test_add7.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ def add(a, b):
1111
return a + b
1212

1313

14-
c = add(tf.ones([1, 2]), tf.ones([2, 2])) # [[2., 2.], [2., 2.]]
14+
c = add(tf.ones([1, 2]), tf.ones([2, 2]))

0 commit comments

Comments
 (0)