Skip to content

Commit 2d395b3

Browse files
authored
Update art/attacks/evasion/pixel_threshold.py
1 parent ede1ae9 commit 2d395b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

art/attacks/evasion/pixel_threshold.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,7 @@ def _perturb_image(self, x: np.ndarray, img: np.ndarray) -> np.ndarray:
483483

484484
class CMAEarlyStoppingException(Exception):
485485
"""Raised when CMA is stopping early after successful optimisation."""
486+
486487
pass
487488

488489

0 commit comments

Comments
 (0)