Commit 14dddc9
committed
FIX: Remove unexpected
Remove unexpected `n_jobs` kwarg in PET estimator instantiation.
Fixes:
```
Cell In[17], line 6
3 estimator = PETMotionEstimator()
5 # Run the estimator
----> 6 affines = estimator.run(
7 pet_dataset,
8 omp_nthreads=4,
9 n_jobs=4,
10 )
TypeError: PETMotionEstimator.run() got an unexpected keyword argument 'n_jobs'
```n_jobs kwarg in PET estimator instantiation1 parent 1f4f705 commit 14dddc9
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2263 | 2263 | | |
2264 | 2264 | | |
2265 | 2265 | | |
2266 | | - | |
2267 | 2266 | | |
2268 | 2267 | | |
2269 | 2268 | | |
| |||
0 commit comments