Skip to content

Commit

Permalink
Merge branch 'dev_1.19.0' into attack/snal
Browse files Browse the repository at this point in the history
  • Loading branch information
beat-buesser authored Oct 7, 2024
2 parents 492a6ce + 7983374 commit ce3aec7
Show file tree
Hide file tree
Showing 6 changed files with 842 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-goturn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Run Test Action
uses: ./.github/actions/goturn
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down
1 change: 1 addition & 0 deletions art/attacks/evasion/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
from art.attacks.evasion.auto_attack import AutoAttack
from art.attacks.evasion.auto_projected_gradient_descent import AutoProjectedGradientDescent
from art.attacks.evasion.auto_conjugate_gradient import AutoConjugateGradient
from art.attacks.evasion.rescaling_auto_conjugate_gradient import RescalingAutoConjugateGradient

if importlib.util.find_spec("numba") is not None:
from art.attacks.evasion.brendel_bethge import BrendelBethgeAttack
Expand Down
Loading

0 comments on commit ce3aec7

Please sign in to comment.