Skip to content

Commit

Permalink
TST: Reduce precision requirement for test of tortuosity estimation.
Browse files Browse the repository at this point in the history
  • Loading branch information
arokem committed Apr 23, 2017
1 parent 81a3a77 commit 1a6dd5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dipy/reconst/tests/test_dki_micro.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def test_single_fiber_model():
assert_almost_equal(wmtiF.hindered_ad, ADe)
assert_almost_equal(wmtiF.hindered_rd, RDe)
assert_almost_equal(wmtiF.axonal_diffusivity, ADi)
assert_almost_equal(wmtiF.tortuosity, ADe/RDe)
assert_almost_equal(wmtiF.tortuosity, ADe/RDe, decimal=5)

# Test diffusion_components when a kurtosis tensors is associated with
# negative kurtosis values. E.g of this cases is given below:
Expand Down

0 comments on commit 1a6dd5a

Please sign in to comment.