Fix batch tests
This commit is contained in:
parent
aba8676d53
commit
50db7b8cb2
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ def parallel_map(
|
||||||
output_queue = manager.Queue(config.concurrency * 2)
|
output_queue = manager.Queue(config.concurrency * 2)
|
||||||
|
|
||||||
should_stop = ctx.Event()
|
should_stop = ctx.Event()
|
||||||
serialized_map_function = dill.dumps(function, byref=True, recurse=True)
|
serialized_map_function = dill.dumps(function, byref=True, recurse=False)
|
||||||
|
|
||||||
processes = [
|
processes = [
|
||||||
ctx.Process(
|
ctx.Process(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue