Skip to content

Commit

Permalink
Merge pull request dipy#1496 from RicciWoo/bf-ex-streamline_tools
Browse files Browse the repository at this point in the history
BF: fix bug in example of streamline_tools.py
  • Loading branch information
skoudoro committed Apr 13, 2018
2 parents 7679d53 + 32c53b0 commit 0b6c446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/examples/streamline_tools.py
Expand Up @@ -237,7 +237,7 @@
lr_sf_trk = Streamlines(lr_sf_trk)

# Save streamlines
save_trk("lr-superiorfrontal.trk", lr_sf_trk, shape=shape, vox_size=voxel_size)
save_trk("lr-superiorfrontal.trk", lr_sf_trk, shape=shape, vox_size=voxel_size, affine=affine)

"""
Let's take a moment here to consider the representation of streamlines used in
Expand Down

0 comments on commit 0b6c446

Please sign in to comment.