Clean up potential memory issues
Opened this issue · 0 comments
tms-bananaquit commented
- Detectors which use an internal
drift_tracker
object or similar have the potential to grow unboundedly. These should be pushed out to the external for loop for status tracking, rather than being stored internally.