Skip to content

Commit

Permalink
Fix typo in typing
Browse files Browse the repository at this point in the history
  • Loading branch information
dkuegler committed May 31, 2024
1 parent 3190c90 commit 3622c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FastSurferCNN/reduce_to_aseg.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def create_mask(aseg_data, dnum, enum):
return aseg_data


def flip_wm_islands(aseg_datanp.ndarray) -> np.ndarray:
def flip_wm_islands(aseg_data : np.ndarray) -> np.ndarray:
"""
Flip labels of disconnected white matter islands to the other hemisphere.
Expand Down

0 comments on commit 3622c13

Please sign in to comment.