Skip to content
Snippets Groups Projects
Commit 5f4952d1 authored by BLANCO-GARCIA's avatar BLANCO-GARCIA
Browse files

uses pool_size, ncpu is deprecated

parent 3b64e4cb
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ def do_SOLEIL_II_fmap(
scale='linear',
add_offset6D=numpy.array([0, 0, 0, 0, eoffset, 0]),
lossmap=True,
ncpu=int(nproc),
pool_size=int(nproc),
verbose=verbose
)
......@@ -74,7 +74,7 @@ def do_SOLEIL_II_BOOSTER_fmap(
scale='linear',
add_offset6D=numpy.array([0, 0, 0, 0, eoffset, 0]),
lossmap=True,
ncpu=int(nproc),
pool_size=int(nproc),
verbose=verbose
)
......
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