Skip to content

Commit cc45dd3

Browse files
committed
remove pdb
1 parent 6e4af1f commit cc45dd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/dipy/reconstruction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
from dipy.workflows.reconst import (ReconstDkiFlow, ReconstCSAFlow,
2828
ReconstCSDFlow, ReconstMAPMRIFlow,
2929
ReconstDtiFlow)
30-
import ipdb; ipdb.set_trace()
30+
3131
DKIModel = dipy_to_nipype_interface("DKIModel", ReconstDkiFlow)
3232
MapmriModel = dipy_to_nipype_interface("MapmriModel", ReconstMAPMRIFlow)
3333
DTIModel = dipy_to_nipype_interface("DTIModel", ReconstDtiFlow)

0 commit comments

Comments
 (0)