Skip to content

Commit 14dddc9

Browse files
committed
FIX: Remove unexpected n_jobs kwarg in PET estimator instantiation
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' ```
1 parent 1f4f705 commit 14dddc9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/notebooks/pet_motion_estimation.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2263,7 +2263,6 @@
22632263
"affines = estimator.run(\n",
22642264
" pet_dataset,\n",
22652265
" omp_nthreads=4,\n",
2266-
" n_jobs=4,\n",
22672266
")"
22682267
]
22692268
},

0 commit comments

Comments
 (0)