Explorar el Código

cambio en la calibración

Hugo hace 4 años
padre
commit
3e2540fad0
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      ondemand/calibration.py

+ 3 - 3
ondemand/calibration.py

@@ -5,9 +5,9 @@ import logging as log
 
 
 class Calibrations(object):
-    TOLERANCE_RATE = 0.6
-    THRESHOLD = 10
-    FALL_TOLERANCE = 0
+    TOLERANCE_RATE = 0.7
+    THRESHOLD = 12
+    FALL_TOLERANCE = 1
     SEGMENT_SIZE = 5
     HOURLY_OFFSET = -5