We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b6b8e9 commit 3dcdf1bCopy full SHA for 3dcdf1b
1 file changed
TPTBox/registration/deformable/multilabel_segmentation.py
@@ -28,7 +28,7 @@ class Register_Multi_Seg:
28
target_grid (NII): Cropped spatial grid used for deformable registration.
29
"""
30
31
- def __init__(
+ def __init__( # noqa: C901
32
self,
33
target: NII,
34
atlas: NII,
0 commit comments