Commit 42e39492 authored by Daniel Friesel's avatar Daniel Friesel
Browse files

remove debug output

parent 5d9c8d25
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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