Skip to content

Commit 44999a8

Browse files
committed
backward compatibility import
1 parent 509b5de commit 44999a8

File tree

1 file changed

+2
-0
lines changed
  • nipype/workflows/dmri/fsl

1 file changed

+2
-0
lines changed

nipype/workflows/dmri/fsl/dti.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
import nipype.interfaces.fsl as fsl
66
import os
77

8+
#backwards compatibility
9+
from epi import create_eddy_correct_pipeline
810

911
def transpose(samples_over_fibres):
1012
import numpy as np

0 commit comments

Comments
 (0)