This commit is contained in:
2026-06-10 07:48:43 +08:00
parent a9dbe7261b
commit 504e89ee47
3 changed files with 4 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ class ParadigmRingBuffer:
def appendBuffer(self, data):
if self.nUpdate == self.n_points:
# raise Exception("Buffer is full")
algo_log("Buffer is full", record_once=True)
algo_log("ParadigmRingBuffer is full", record_once=True)
n = data.shape[1]