update
This commit is contained in:
@@ -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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user