Skip to content

Commit

Permalink
bug
Browse files Browse the repository at this point in the history
  • Loading branch information
raamana committed Mar 30, 2022
1 parent 03ecf3d commit 3cf7d0c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions visualqc/freesurfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -580,9 +580,8 @@ def load_unit(self, unit_id):

if temp_t1_mri.shape != temp_fs_seg.shape:
raise ValueError('size mismatch! MRI: {} Seg: {}\n'
'Size must match in all dimensions.'.format(
self.current_t1_mri.shape,
temp_fs_seg.shape))
'Size must match in all dimensions.'
''.format(temp_t1_mri.shape, temp_fs_seg.shape))

skip_subject = False
if self.vis_type in ('cortical_volumetric', 'cortical_contour'):
Expand Down

0 comments on commit 3cf7d0c

Please sign in to comment.