Skip to content

Commit

Permalink
Update giga_connectome/mask.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau authored Dec 14, 2023
1 parent 39c9c93 commit b152fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion giga_connectome/mask.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def _check_mask_affine(
common_affine = max(
set(header_info["affine"]), key=header_info["affine"].count
)
gc_log.debug(
gc_log.info(
f"We found {len(set(header_info['affine']))} unique affine "
f"matrices. The most common one is "
f"{key_to_header[common_affine]}"
Expand Down

0 comments on commit b152fa5

Please sign in to comment.