We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee3a443 commit 26485f0Copy full SHA for 26485f0
tests/attacks/evasion/test_dpatch_robust.py
@@ -90,7 +90,7 @@ def test_augment_images_with_patch(art_warning, image_format, fix_get_robust_dpa
90
channels_first = True
91
92
patched_images, _, transformations = attack._augment_images_with_patch(
93
- x=x, patch=patch, channels_first=channels_first
+ x=x, y=None, patch=patch, channels_first=channels_first
94
)
95
96
transformation_expected = {"crop_x": 0, "crop_y": 0, "rot90": 0, "brightness": 1.0}
0 commit comments