Skip to content
Snippets Groups Projects
Commit e530845d authored by Craig Tiller's avatar Craig Tiller
Browse files

Also increase threshold for significant differences

parent ad7f066b
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
from scipy import stats from scipy import stats
import math import math
_THRESHOLD = 0.0001 _THRESHOLD = 0.00001
def scale(a, mul): def scale(a, mul):
return [x*mul for x in a] return [x*mul for x in a]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment