Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Kieran Fraser <Kieran.Fraser@ibm.com>
  • Loading branch information
kieranfraser committed Sep 8, 2023
1 parent c58ca91 commit 0c51cda
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class ProjectedGradientDescentCommon(FastGradientMethod):
| Paper link: https://arxiv.org/abs/1706.06083
"""

attack_params = FastGradientMethod.attack_params + [ "decay", "max_iter", "random_eps", "verbose"]
attack_params = FastGradientMethod.attack_params + ["decay", "max_iter", "random_eps", "verbose"]
_estimator_requirements = (BaseEstimator, LossGradientsMixin)

def __init__(
Expand Down

0 comments on commit 0c51cda

Please sign in to comment.