Skip to content

Commit

Permalink
propagate n_jobs.
Browse files Browse the repository at this point in the history
  • Loading branch information
paquiteau committed Dec 5, 2023
1 parent 755a62b commit 4dd6a8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/simfmri/handlers/acquisition/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ def __init__(
):
super().__init__(constant=constant, smaps=smaps, shot_time_ms=shot_time_ms)
self._backend = backend
self.n_jobs = n_jobs


class GenericAcquisitionHandler(BaseAcquisitionHandler):
Expand Down Expand Up @@ -496,4 +497,5 @@ def _handle(self, sim: SimData) -> SimData:
op_backend="stacked",
z_index="auto",
backend=self._backend,
n_jobs=self.n_jobs,
)

0 comments on commit 4dd6a8c

Please sign in to comment.