Skip to content

Commit a72b625

Browse files
committed
turn multiprocessing back on
1 parent b84fc0d commit a72b625

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

ImageD11/sinograms/lima_segmenter.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ def __init__(
5656
pixels_in_spot=3,
5757
maskfile="",
5858
bgfile="",
59-
cores_per_job=1, # avoid buggy multiprocessing. Can't fix.
60-
files_per_core=8,
59+
cores_per_job=16,
60+
files_per_core=4,
6161
):
6262
self.cut = cut
6363
self.howmany = howmany
@@ -479,8 +479,8 @@ def setup(
479479
pixels_in_spot=3,
480480
maskfile="",
481481
bgfile="",
482-
cores_per_job=1,
483-
files_per_core=8,
482+
cores_per_job=16,
483+
files_per_core=4,
484484
pythonpath=None,
485485
):
486486
"""

0 commit comments

Comments
 (0)