Skip to content

Commit

Permalink
BF: Should fix dipy#1037
Browse files Browse the repository at this point in the history
  • Loading branch information
arokem committed Apr 25, 2016
1 parent a227e98 commit c0fc9b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dipy/tracking/interfaces.py
Expand Up @@ -18,7 +18,7 @@
import nibabel as nib
from nibabel.trackvis import write, empty_header

from ..reconst.shm import (SlowAdcOpdfModel, MonoExpOpdfModel, QballOdfModel,
from ..reconst.shm import (OpdtModel, CsaOdfModel, QballOdfModel,
normalize_data, ClosestPeakSelector,
ResidualBootstrapWrapper, hat, lcr_matrix,
bootstrap_data_array, NND_ClosestPeakSelector)
Expand Down

0 comments on commit c0fc9b5

Please sign in to comment.