Skip to content

Commit 81f2d62

Browse files
committed
fix
1 parent 2411597 commit 81f2d62

File tree

1 file changed

+0
-8
lines changed
  • src/arduino/app_bricks/vibration_anomaly_detection

1 file changed

+0
-8
lines changed

src/arduino/app_bricks/vibration_anomaly_detection/__init__.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -184,14 +184,6 @@ def stop(self):
184184
"""
185185
self._clear()
186186

187-
def get_model_info(self):
188-
"""Get the Edge Impulse model information used by this detector.
189-
190-
Returns:
191-
EdgeImpulseModelInfo: The model information object.
192-
"""
193-
return self._model_info
194-
195187
def _clear(self):
196188
"""Internal helper: flush the sensor data buffer and log the action.
197189

0 commit comments

Comments
 (0)