Skip to content

Commit

Permalink
TST: Test one more case: assigning step through kwarg, and setting it…
Browse files Browse the repository at this point in the history
… to 1.
  • Loading branch information
arokem committed Feb 2, 2016
1 parent b77a5a4 commit bdb2030
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dipy/reconst/tests/test_dti.py
Expand Up @@ -685,7 +685,9 @@ def test_predict():
S0 = 1
p = dtif.predict(gtab, S0)
assert_equal(p.shape, data.shape)

# Assign the step through kwarg:
p = dtif.predict(gtab, S0, step=1)
assert_equal(p.shape, data.shape)

def test_eig_from_lo_tri():
psphere = get_sphere('symmetric362')
Expand Down

0 comments on commit bdb2030

Please sign in to comment.