Skip to content
Snippets Groups Projects
Commit d694231d authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Merge branch 'master' into minor-fixes-to-dynesty

parents 1844a8d9 0b4b35b9
No related branches found
No related tags found
1 merge request!480Minor adjustments to dynesty
Pipeline #60348 passed
......@@ -166,7 +166,7 @@ class TestGWUtils(unittest.TestCase):
def test_lalsim_SimInspiralChooseFDWaveform(self):
a = gwutils.lalsim_SimInspiralChooseFDWaveform(
35.2, 20.4, 0.1, 0.2, 0.2, 0.2, 0.2, 0.1, 1000, 2, 2.3,
45., 0.1, 10, 0.01, 10, 1000, 20, None, 69)
45., 0.1, 10, 0.01, 10, 1000, 20, None, lalsim.IMRPhenomPv2)
self.assertEqual(len(a), 2)
self.assertEqual(type(a[0]), lal.COMPLEX16FrequencySeries)
self.assertEqual(type(a[1]), lal.COMPLEX16FrequencySeries)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment