Skip to content

Commit c94bdb3

Browse files
Update
Co-authored-by: Beat Buesser <[email protected]>
1 parent 5c9f5e6 commit c94bdb3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

art/attacks/evasion/pixel_threshold.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,6 @@ def __init__(
368368
) -> None:
369369
"""
370370
Create a :class:`.PixelAttack` instance.
371-
372371
:param classifier: A trained classifier.
373372
:param th: threshold value of the Pixel/ Threshold attack. th=None indicates finding a minimum threshold.
374373
:param es: Indicates whether the attack uses CMAES (0) or DE (1) as Evolutionary Strategy.

0 commit comments

Comments
 (0)