Skip to content

Commit

Permalink
Modifying the __init__ method to compute the range
Browse files Browse the repository at this point in the history
  • Loading branch information
Yasser Alemán Gómez committed Mar 11, 2024
1 parent 53fcc24 commit f925b96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clabtoolkit/parcellationtools.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ def __init__(self,
self.data = parc_file
self.affine = affine

# Detect minimum and maximum labels
self._parc_range()
# Detect minimum and maximum labels
self._parc_range()

def _keep_by_code(self,
codes2look: Union[list, np.ndarray],
Expand Down

0 comments on commit f925b96

Please sign in to comment.