Skip to content

Commit

Permalink
Update tedana/decay.py
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Teves <jbtevespro@gmail.com>
  • Loading branch information
tsalo and jbteves authored Jan 22, 2021
1 parent d48fb91 commit 8c10657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tedana/decay.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def _apply_t2s_floor(t2s, echo_times):
n_voxels = temp_arr.size
floor_percent = 100 * n_bad_voxels / n_voxels
LGR.debug(
"T2* values for {0}/{1} ({2:.2f}%) voxels have been "
"T2* values for {0}/{1} voxels ({2:.2f}%) have been "
"identified as close to zero and have been "
"adjusted".format(n_bad_voxels, n_voxels, floor_percent)
)
Expand Down

0 comments on commit 8c10657

Please sign in to comment.