Skip to content

Commit

Permalink
Change to 2 places in Almost Equal comparison.
Browse files Browse the repository at this point in the history
  • Loading branch information
morriscb committed Dec 14, 2020
1 parent 7522344 commit b5f124d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def testValid(self):
self.assertAlmostEqual(
meas.quantity.value,
((self.expectedAllMatched / self.targetSources) * u.dimensionless_unscaled).value,
places=3)
places=2)

def testMissingData(self):
"""Test the run method with no data.
Expand Down

0 comments on commit b5f124d

Please sign in to comment.