We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b84fc0d commit a72b625Copy full SHA for a72b625
1 file changed
ImageD11/sinograms/lima_segmenter.py
@@ -56,8 +56,8 @@ def __init__(
56
pixels_in_spot=3,
57
maskfile="",
58
bgfile="",
59
- cores_per_job=1, # avoid buggy multiprocessing. Can't fix.
60
- files_per_core=8,
+ cores_per_job=16,
+ files_per_core=4,
61
):
62
self.cut = cut
63
self.howmany = howmany
@@ -479,8 +479,8 @@ def setup(
479
480
481
482
- cores_per_job=1,
483
484
pythonpath=None,
485
486
"""
0 commit comments