We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84e0159 commit f5507d3Copy full SHA for f5507d3
1 file changed
multioptpy/Wrapper/mapper.py
@@ -2528,7 +2528,7 @@ def _run_batch_parallel(
2528
and the timeout path is never entered.
2529
"""
2530
futures_map: dict = {}
2531
-
+ handled_futures: set = set()
2532
# ``max_tasks_per_child=1`` ensures a fresh process is spawned for
2533
# every task, safely isolating os.chdir() calls within the worker.
2534
executor = ProcessPoolExecutor(
0 commit comments