Skip to content

Commit

Permalink
TST: eliminate white-space. Will this make this doctest pass?
Browse files Browse the repository at this point in the history
  • Loading branch information
arokem committed Aug 4, 2012
1 parent 56d7bda commit 92f8a20
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dipy/sims/voxel.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,7 @@ def multi_tensor_odf(odf_verts, mf, mevals=None, mevecs=None):
>>> from dipy.sims.voxel import multi_tensor_odf, all_tensor_evecs
>>> from dipy.data import get_sphere
>>> vertices, faces = get_sphere('symmetric724')
>>> mevals=np.array(([0.0015, 0.0003, 0.0003],
[0.0015, 0.0003, 0.0003]))
>>> mevals=np.array(([0.0015, 0.0003, 0.0003],[0.0015, 0.0003, 0.0003]))
>>> e0 = np.array([1, 0, 0.])
>>> e1 = np.array([0., 1, 0])
>>> mevecs=[all_tensor_evecs(e0), all_tensor_evecs(e1)]
Expand Down

0 comments on commit 92f8a20

Please sign in to comment.