cleverhans/future/torch/attacks/noise.py

Killed 0 out of 1 mutants

Survived

Survived mutation testing. These mutants show holes in your test suite.

Mutant 69

--- 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