cleverhans/future/torch/attacks/noise.py
Killed 0 out of 1 mutantsSurvived
Survived mutation testing. These mutants show holes in your test suite.Mutant 175
--- cleverhans/future/torch/attacks/noise.py
+++ cleverhans/future/torch/attacks/noise.py
@@ -6,7 +6,7 @@
import torch
-def noise(x, eps=0.3, order=np.inf, clip_min=None, clip_max=None):
+def noise(x, eps=1.3, order=np.inf, clip_min=None, clip_max=None):
"""
A weak attack that just picks a random point in the attacker's action
space. When combined with an attack bundling function, this can be used to