Skip to content

Commit

Permalink
TST: relax tolerance for prior test with cosmo parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
mj-will committed Jan 9, 2025
1 parent 4808057 commit ced226b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core/prior/dict_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ def test_load(self):

dl = 1000.0
ln_prob = prior_dict["luminosity_distance"].ln_prob(dl)
self.assertEqual(ln_prob, -9.360343006800193)
self.assertAlmostEqual(ln_prob, -9.360343006800193, 12)


if __name__ == "__main__":
Expand Down

0 comments on commit ced226b

Please sign in to comment.