Skip to content

Commit 8608f9f

Browse files
author
Beat Buesser
committed
Fix LGTM
Signed-off-by: Beat Buesser <[email protected]>
1 parent ac29045 commit 8608f9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

art/attacks/evasion/adversarial_patch/adversarial_patch_tensorflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def __init__(
160160
0
161161
]
162162
self._initial_value = np.ones(self.patch_shape) * mean_value
163-
self._patch = tf.Variable(
163+
self._patch = tf.Variable( # lgtm [py/call-to-non-callable]
164164
initial_value=self._initial_value,
165165
shape=self.patch_shape,
166166
dtype=tf.float32,

0 commit comments

Comments
 (0)