diff --git a/src/fmripost_aroma/interfaces/confounds.py b/src/fmripost_aroma/interfaces/confounds.py index aa08d36..580aab7 100644 --- a/src/fmripost_aroma/interfaces/confounds.py +++ b/src/fmripost_aroma/interfaces/confounds.py @@ -142,7 +142,7 @@ def _run_interface(self, runtime): # Load the mixing matrix. It doesn't have a header row mixing = np.loadtxt(mixing_file) - mixing = mixing[self.inputs.skip_vols:, :] + mixing = mixing[self.inputs.skip_vols :, :] # Split up component time series into accepted and rejected components metrics_df = pd.read_table(metrics_file)