Skip to content

Commit

Permalink
Merge pull request #514 from zimmerrol/fix-gen-test
Browse files Browse the repository at this point in the history
Update test of GenAttack
  • Loading branch information
jonasrauber committed Mar 22, 2020
2 parents a950ed1 + d2f9388 commit 5616fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_attacks.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def test_untargeted_attacks(
True,
False,
),
(fa.GenAttack(steps=100, population=6, reduced_dims=(14, 14)), 0.3, False, True),
(fa.GenAttack(steps=100, population=6, reduced_dims=(7, 7)), 0.5, False, True),
]


Expand Down

0 comments on commit 5616fe9

Please sign in to comment.