diff options
-rwxr-xr-x | bin/dlog-viewer | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/dlog-viewer b/bin/dlog-viewer index 298c6fc..f564168 100755 --- a/bin/dlog-viewer +++ b/bin/dlog-viewer @@ -286,7 +286,6 @@ def detect_changepoints(dlog, num_samples): for slot in dlog.slots: ret_slot = dict() for unit in slot: - print(f"changepoint detection for {slot} {unit}") pelt = PELT(running_mean(slot[unit].data, 10), num_samples=num_samples) changepoints = pelt.get_changepoints() prev = 0 |