Skip to content

Commit

Permalink
fix testing
Browse files Browse the repository at this point in the history
  • Loading branch information
arm61 committed Dec 12, 2017
1 parent ea46de6 commit b2a6150
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions falass/test/test_compare.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,6 @@ def test_scale_and_background(self):
scale = 2.
background = 1.
b = compare.scale_and_background(a, scale, background)
assert_almost_equal(b[0], 1.098612289)
assert_almost_equal(b[1], 1.609437912)
assert_almost_equal(b[2], 1.945910149)
assert_almost_equal(b[0], 3)
assert_almost_equal(b[1], 5)
assert_almost_equal(b[2], 7)

0 comments on commit b2a6150

Please sign in to comment.