We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f7f0e9 commit 0bf467bCopy full SHA for 0bf467b
examples/vibration-anomaly-detection/python/main.py
@@ -14,7 +14,6 @@
14
15
vibration_detection = VibrationAnomalyDetection(anomaly_detection_threshold=1.0)
16
17
-@ui.on('override_th')
18
def on_override_th(value: float):
19
logger.info(f"Setting new anomaly threshold: {value}")
20
vibration_detection.anomaly_detection_threshold = value
0 commit comments