Skip to content

Commit

Permalink
Update examples/04_glm_first_level/plot_localizer_surface_analysis.py
Browse files Browse the repository at this point in the history
Co-authored-by: bthirion <bertrand.thirion@inria.fr>
  • Loading branch information
Remi-Gau and bthirion committed Jun 29, 2023
1 parent f2eed76 commit ad2022f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
###############################################################################
# Finally, we create contrast-specific maps and plot them.
for index, (contrast_id, contrast_val) in enumerate(contrasts.items()):
print(f" Contrast {index + 1:1}% i out of {len(contrasts)}: "
print(f" Contrast {index + 1:1} out of {len(contrasts)}: "
f"{contrast_id}, left hemisphere")
# compute contrasts
contrast = compute_contrast(labels, estimates, contrast_val,
Expand Down

0 comments on commit ad2022f

Please sign in to comment.