Skip to content

Commit e03cb13

Browse files
committed
Remove deprecated use_regress_poly
1 parent 7ba99dc commit e03cb13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/algorithms/confounds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ class CompCor(BaseInterface):
364364
>>> ccinterface.inputs.realigned_file = 'functional.nii'
365365
>>> ccinterface.inputs.mask_files = 'mask.nii'
366366
>>> ccinterface.inputs.num_components = 1
367-
>>> ccinterface.inputs.use_regress_poly = True
367+
>>> ccinterface.inputs.pre_filter = 'polynomial'
368368
>>> ccinterface.inputs.regress_poly_degree = 2
369369
370370
"""

0 commit comments

Comments
 (0)