Skip to content

Commit

Permalink
remove extra parameterize
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcarter23 committed Dec 4, 2024
1 parent 872d297 commit b5aaab2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/e2e/test_end2end.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ def image_truth():
return "./tests/e2e/input/lionfish_ILSVRC2012_val_00019791.JPEG", "lionfish"


@pytest.mark.parametrize("model_name", ["resnet50"])
@pytest.mark.parametrize("model_name", ["resnet18", "resnet34", "resnet50", "resnet101", "resnet152"])
def test_perform_attack_standard(model_name, image_truth):
image, true_category = image_truth
Expand Down

0 comments on commit b5aaab2

Please sign in to comment.