Skip to content

Commit

Permalink
Merge pull request #516 from arokem/stream-rigid-bots
Browse files Browse the repository at this point in the history
TST: Reduce sensitivity on these tests.
  • Loading branch information
Garyfallidis committed Dec 24, 2014
2 parents 86e3477 + e49a06d commit f5e0355
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dipy/align/tests/test_streamlinear.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@ def test_stream_rigid():
moved2 = transform_streamlines(moving, srm.matrix)
moved3 = srm.transform(moving)

assert_array_equal(moved[0], moved2[0])
assert_array_equal(moved2[0], moved3[0])
assert_array_almost_equal(moved[0], moved2[0], decimal=4)
assert_array_almost_equal(moved2[0], moved3[0], decimal=4)


def test_min_vs_min_fast_precision():
Expand Down

0 comments on commit f5e0355

Please sign in to comment.