Skip to content

Commit 0bf467b

Browse files
committed
update overwrite
1 parent 6f7f0e9 commit 0bf467b

File tree

1 file changed

+0
-1
lines changed
  • examples/vibration-anomaly-detection/python

1 file changed

+0
-1
lines changed

examples/vibration-anomaly-detection/python/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
vibration_detection = VibrationAnomalyDetection(anomaly_detection_threshold=1.0)
1616

17-
@ui.on('override_th')
1817
def on_override_th(value: float):
1918
logger.info(f"Setting new anomaly threshold: {value}")
2019
vibration_detection.anomaly_detection_threshold = value

0 commit comments

Comments
 (0)