Skip to content

Commit

Permalink
Remove forgotten parameters in life
Browse files Browse the repository at this point in the history
  • Loading branch information
frheault committed Jul 31, 2019
1 parent 6fb6f1f commit 4d03a2f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dipy/tracking/life.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,7 @@ def streamline_signal(self, streamline):
return sig_out


def voxel2streamline(streamline, affine, transformed=False,
unique_idx=None):
def voxel2streamline(streamline, affine, unique_idx=None):
"""
Maps voxels to streamlines and streamlines to voxels, for setting up
the LiFE equations matrix
Expand Down

0 comments on commit 4d03a2f

Please sign in to comment.