Skip to content

Commit ccc94f7

Browse files
authored
Update img_util.py
1 parent a3785b3 commit ccc94f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/segmentation_skeleton_metrics/utils/img_util.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,12 +178,12 @@ def __init__(self, img_path, swap_axes=True):
178178
swap_axes : bool, optional
179179
Indication of whether to swap axes 0 and 2. Default is True.
180180
"""
181-
# Call parent class
182-
super().__init__(img_path)
183-
184181
# Instance attributes
185182
self.swap_axes = swap_axes
186183

184+
# Call parent class
185+
super().__init__(img_path)
186+
187187
def _load_image(self):
188188
"""
189189
Loads image using the Tifffile library.

0 commit comments

Comments
 (0)