Skip to content

Commit f925b96

Browse files
author
Yasser Alemán Gómez
committed
Modifying the __init__ method to compute the range
1 parent 53fcc24 commit f925b96

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

clabtoolkit/parcellationtools.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ def __init__(self,
2929
self.data = parc_file
3030
self.affine = affine
3131

32-
# Detect minimum and maximum labels
33-
self._parc_range()
32+
# Detect minimum and maximum labels
33+
self._parc_range()
3434

3535
def _keep_by_code(self,
3636
codes2look: Union[list, np.ndarray],

0 commit comments

Comments
 (0)