Skip to content

Commit

Permalink
Bug inside DVARS compute
Browse files Browse the repository at this point in the history
  • Loading branch information
bclenet committed Mar 20, 2024
1 parent cfec2f0 commit f5ecd63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion narps_open/core/interfaces/confounds.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def _run_interface(self, runtime):
""" Run the DVARS computation and identify corrupted points """

# Compute DVARS
= DVARS_Calc(self.inputs.in_file)
dvars = DVARS_Calc(self.inputs.in_file)

# Identify corrupted points
#% find(Stat.pvals<0.05./(T-1) & Stat.DeltapDvar>5) %print corrupted DVARS data-points
Expand Down

0 comments on commit f5ecd63

Please sign in to comment.