update log
This commit is contained in:
@@ -175,7 +175,7 @@ class SlidingFilter(threading.Thread):
|
||||
continue
|
||||
|
||||
filtered_data = self._filter_window_data(window_data)
|
||||
algo_log(f"滤波后{filtered_data.shape}数据", level='debug')
|
||||
# algo_log(f"滤波后{filtered_data.shape}数据", level='debug')
|
||||
|
||||
if self.filter_result_callback is not None:
|
||||
self.filter_result_callback(filtered_data[:64, :])
|
||||
|
||||
Reference in New Issue
Block a user