Skip to content

Commit ea4f9ba

Browse files
committed
FIX: Wrong superclass (again)
1 parent 5b20a28 commit ea4f9ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fmriprep/interfaces/patches.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ class RobustTCompCorOutputSpec(reporting.ReportCapableOutputSpec, nac.TCompCorOu
102102
pass
103103

104104

105-
class RobustTCompCor(RetryCompCorMixin, nac.ACompCor):
105+
class RobustTCompCor(RetryCompCorMixin, nac.TCompCor):
106106
"""
107107
Runs tCompCor several times if it suddenly fails with
108108
https://github.com/poldracklab/fmriprep/issues/776

0 commit comments

Comments
 (0)