Skip to content

Commit

Permalink
Merge pull request #1367 from arokem/fix-1366
Browse files Browse the repository at this point in the history
BF: Import Streamlines object directly from nibabel.
  • Loading branch information
skoudoro committed Oct 24, 2017
2 parents c1c1198 + 02ddc54 commit 31165e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dipy/io/dpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import numpy as np
import h5py

from dipy.tracking.streamline import Streamlines
from nibabel.streamlines import ArraySequence as Streamlines

# Make sure not to carry across setup module from * import
__all__ = ['Dpy']
Expand Down

0 comments on commit 31165e5

Please sign in to comment.