Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmeunier79 committed Dec 13, 2024
1 parent a9f971b commit 6ba9475
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions skullTo3d/pipelines/skull_pipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,6 @@ def create_skull_petra_pipe(name="skull_petra_pipe", params={}):
skull_petra_pipe.connect(align_petra_on_stereo_T1, "out_file",
petra_itk_debias, "img_file")


# ### head mask
# headmask_threshold
if "petra_head_mask_thr" in params.keys():
Expand All @@ -705,7 +704,6 @@ def create_skull_petra_pipe(name="skull_petra_pipe", params={}):
params=parse_key(params, 'petra_head_mask_thr'),
name="petra_head_mask_thr")


if "petra_itk_debias" in params.keys():

skull_petra_pipe.connect(petra_itk_debias, "cor_img_file",
Expand Down

0 comments on commit 6ba9475

Please sign in to comment.