From d554c43eef36b8b811fa47026b0c07fc6f4f1edb Mon Sep 17 00:00:00 2001 From: leej3 Date: Tue, 17 Sep 2019 11:54:10 -0400 Subject: [PATCH 1/2] add goforit to Remlfit --- nipype/interfaces/afni/model.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nipype/interfaces/afni/model.py b/nipype/interfaces/afni/model.py index 295a01ce0c..063ef67daf 100644 --- a/nipype/interfaces/afni/model.py +++ b/nipype/interfaces/afni/model.py @@ -541,6 +541,10 @@ class RemlfitInputSpec(AFNICommandInputSpec): desc='turns on more progress messages, including memory usage ' 'progress reports at various stages', argstr='-verb') + goforit = traits.Bool( + desc='With potential issues flagged in the design matrix, an attempt' + 'will nevertheless be made to fit the model', + argstr='-GOFORIT') ovar = File( desc='dataset for OLSQ st.dev. parameter (kind of boring)', argstr='-Ovar %s') From fbe8b5da3ebdf8b1ccb25fb4c2949a966e5de749 Mon Sep 17 00:00:00 2001 From: john lee Date: Thu, 19 Sep 2019 13:47:43 -0400 Subject: [PATCH 2/2] fix formatting Co-Authored-By: Chris Markiewicz --- nipype/interfaces/afni/model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nipype/interfaces/afni/model.py b/nipype/interfaces/afni/model.py index 063ef67daf..96afbe7320 100644 --- a/nipype/interfaces/afni/model.py +++ b/nipype/interfaces/afni/model.py @@ -542,7 +542,7 @@ class RemlfitInputSpec(AFNICommandInputSpec): 'progress reports at various stages', argstr='-verb') goforit = traits.Bool( - desc='With potential issues flagged in the design matrix, an attempt' + desc='With potential issues flagged in the design matrix, an attempt ' 'will nevertheless be made to fit the model', argstr='-GOFORIT') ovar = File(