Skip to content

Commit

Permalink
Lowered precision
Browse files Browse the repository at this point in the history
  • Loading branch information
micheles committed Oct 15, 2024
1 parent 1991c6e commit 880b800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openquake/hazardlib/tests/pmf_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def test_creation(self):

def test_wrong_sum(self):
data = [(0.1, i) for i in range(10)]
self.assertRaises(ValueError, PMF, data, 1E-16)
self.assertRaises(ValueError, PMF, data, 1E-17)

def test_empty_data(self):
self.assertRaises(ValueError, PMF, [])
Expand Down

0 comments on commit 880b800

Please sign in to comment.