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

Increase threshold probability for reporting differences

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