Skip to content

Commit 66d40b0

Browse files
authored
[FIX] remove standardize parameter (#292)
1 parent 2bcba08 commit 66d40b0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/nibetaseries/interfaces/nistats.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ def _run_interface(self, runtime):
6868
hrf_model=self.inputs.hrf_model,
6969
mask=self.inputs.mask_file,
7070
smoothing_fwhm=self.inputs.smoothing_kernel,
71-
standardize=True,
7271
signal_scaling=0,
7372
high_pass=self.inputs.high_pass,
7473
drift_model='cosine',
@@ -176,7 +175,6 @@ def _run_interface(self, runtime):
176175
hrf_model=self.inputs.hrf_model,
177176
mask=self.inputs.mask_file,
178177
smoothing_fwhm=self.inputs.smoothing_kernel,
179-
standardize=True,
180178
signal_scaling=0,
181179
high_pass=self.inputs.high_pass,
182180
drift_model='cosine',

0 commit comments

Comments
 (0)