Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmeunier79 committed Nov 21, 2024
1 parent 5502d1d commit 0c3f76d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions macapype/nodes/pad.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@


import nipype.interfaces.utility as niu
import nipype.pipeline.engine as pe

from macapype.nodes.prepare import padding_cropped_img

from nipype.interfaces.niftyreg.regutils import RegResample


Expand Down
3 changes: 2 additions & 1 deletion macapype/pipelines/prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from ..utils.utils_nodes import NodeParams
from ..utils.misc import parse_key

from ..nodes.prepare import average_align, FslOrient
from ..nodes.prepare import average_align

from ..nodes.register import pad_zero_mri

Expand Down Expand Up @@ -74,6 +74,7 @@ def _create_avg_reorient_pipeline(name="avg_reorient_pipe", params={}):
# main pipeline: "short_preparation_pipe"
###############################################################################


def create_short_preparation_pipe(params, params_template={},
name="short_preparation_pipe"):
"""Description: short data preparation (average, reorient, crop/betcrop \
Expand Down

0 comments on commit 0c3f76d

Please sign in to comment.