pylance standardization
This commit is contained in:
@@ -71,7 +71,7 @@ def single_participant_worker(file_path, raw_data, result_queue, progress_queue)
|
||||
try:
|
||||
from flares import fold_channels
|
||||
# Perform the heavy fold_channels logic
|
||||
channel_results = fold_channels(raw_data, p_name, progress_queue)
|
||||
channel_results = fold_channels(raw=raw_data, p_name=p_name, progress_queue=progress_queue)
|
||||
|
||||
# Hand back results and signal completion
|
||||
result_queue.put({file_path: channel_results})
|
||||
|
||||
Reference in New Issue
Block a user