Skip to content

Commit

Permalink
Merge pull request #904 from samuelstjean/patch-5
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
arokem committed Feb 10, 2016
2 parents 3b8e246 + 116b763 commit d78e60b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dipy/tracking/vox2track.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def streamline_mapping(streamlines, voxel_size=None, affine=None,
for i, sl in enumerate(streamlines):
voxel_indices = _to_voxel_coordinates(sl, lin, offset)

# Get the unique voxels every streamline passes though
# Get the unique voxels every streamline passes through
uniq_points = set()
for j in range(voxel_indices.shape[0]):
point = (voxel_indices[j, 0],
Expand Down

0 comments on commit d78e60b

Please sign in to comment.