Skip to content

Commit 4707029

Browse files
author
wayuanho
committed
pylint
1 parent 60c0527 commit 4707029

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_cond.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ def test_while_loop_in_cond(self):
139139

140140
def cond_graph():
141141
b = tf.constant(np.array([0], dtype=np.int32), dtype=tf.int32)
142-
z = tf.gather_nd(x, b)
143142
# while_loop
144143
c = lambda y: tf.reduce_any(tf.less(y, 10))
145144
b = lambda i: tf.add(y, 1)

0 commit comments

Comments
 (0)