We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e4af1f commit cc45dd3Copy full SHA for cc45dd3
nipype/interfaces/dipy/reconstruction.py
@@ -27,7 +27,7 @@
27
from dipy.workflows.reconst import (ReconstDkiFlow, ReconstCSAFlow,
28
ReconstCSDFlow, ReconstMAPMRIFlow,
29
ReconstDtiFlow)
30
- import ipdb; ipdb.set_trace()
+
31
DKIModel = dipy_to_nipype_interface("DKIModel", ReconstDkiFlow)
32
MapmriModel = dipy_to_nipype_interface("MapmriModel", ReconstMAPMRIFlow)
33
DTIModel = dipy_to_nipype_interface("DTIModel", ReconstDtiFlow)
0 commit comments