We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27f1eae commit 712e0ddCopy full SHA for 712e0dd
nipype/interfaces/freesurfer/model.py
@@ -521,7 +521,7 @@ def _list_outputs(self):
521
if self.inputs.save_residual:
522
outputs["error_file"] = os.path.join(glmdir, f"eres.{ext}")
523
if self.inputs.save_estimate:
524
- outputs["estimate_file"] = os.path.join(glmdir, "yhat.{ext}")
+ outputs["estimate_file"] = os.path.join(glmdir, f"yhat.{ext}")
525
if any((self.inputs.mrtm1, self.inputs.mrtm2, self.inputs.logan)):
526
outputs["bp_file"] = os.path.join(glmdir, f"bp.{ext}")
527
if self.inputs.mrtm1:
0 commit comments