Skip to content

Commit 946bf28

Browse files
committed
fixup! ♻️ Don't fork motion reference inputs
1 parent 5b55f9c commit 946bf28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CPAC/func_preproc/tests/test_preproc_connections.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2023-2024 C-PAC Developers
1+
# Copyright (C) 2023-2025 C-PAC Developers
22

33
# This file is part of C-PAC.
44

@@ -26,12 +26,12 @@
2626
from nipype.interfaces.utility import Function as NipypeFunction
2727
from nipype.pipeline.engine import Workflow as NipypeWorkflow
2828

29+
from CPAC.func_preproc import get_motion_refs
2930
from CPAC.func_preproc.func_motion import (
3031
calc_motion_stats,
3132
func_motion_correct,
3233
func_motion_correct_only,
3334
func_motion_estimates,
34-
get_motion_refs,
3535
motion_estimate_filter,
3636
)
3737
from CPAC.func_preproc.func_preproc import func_normalize

0 commit comments

Comments
 (0)