Skip to content
Snippets Groups Projects
Commit f5d65635 authored by schmittu's avatar schmittu :beer:
Browse files

remove shoulder peaks: use fork instead of spawn for multiprocessing test

parent 0d8ecc68
No related branches found
No related tags found
No related merge requests found
Pipeline #886 failed
......@@ -40,7 +40,6 @@ def test_remove_shoulder_peaks_parallel(data_path, tmpdir):
pm = PeakMap.load(data_path("test_smallest.mzXML"))
# multiprocessing.set_start_method("spawn")
with multiprocessing.Pool(2) as p:
args = dill.dumps((remove_shoulder_peaks, pm, parameters))
results = p.map(execute, [args, args])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment