Skip to content

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Oct 9, 2023
1 parent 46086f8 commit c370d5f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions xcp_d/utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,9 @@ def denoise_with_nilearn(
first_outliers = consecutive_outliers_idx[0]
last_outliers = consecutive_outliers_idx[-1]

LOGGER.warning(consecutive_outliers_idx)
LOGGER.warning(n_volumes)

# Replace outliers at beginning of run
if first_outliers[0] == 0:
LOGGER.warning(
Expand Down

0 comments on commit c370d5f

Please sign in to comment.