Skip to content
Snippets Groups Projects

Resolve "Tests on master failing due to new solar mass in LAL"

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -45,7 +45,7 @@ class TestBasicGWTransient(unittest.TestCase):
"""Test log likelihood matches precomputed value"""
self.likelihood.log_likelihood()
self.assertAlmostEqual(self.likelihood.log_likelihood(),
-4055.25243177871, 3)
-4055.265194950631, 3)
def test_log_likelihood_ratio(self):
"""Test log likelihood ratio returns the correct value"""
Loading