Skip to content

Commit b41456f

Browse files
Update tests/attacks/poison/test_one_pixel_shortcut_attack.py
Co-authored-by: Beat Buesser <[email protected]>
1 parent f606c17 commit b41456f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/attacks/poison/test_one_pixel_shortcut_attack.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ def test_check_params_noop():
159159
raise ARTTestException("Parameter check method failed unexpectedly") from e
160160

161161

162+
@pytest.mark.framework_agnostic
162163
def test_ambiguous_layout_nhwc():
163164
try:
164165
# Shape (N=1, H=3, W=2, C=3) - ambiguous, both 3 could be channels

0 commit comments

Comments
 (0)