Skip to content
Snippets Groups Projects
Commit 7677976e authored by Colm Talbot's avatar Colm Talbot
Browse files

TEST: fix source model for relative binning waveform test

parent 1b00fe22
No related branches found
No related tags found
1 merge request!1105Relative Binning in bilby
......@@ -527,10 +527,10 @@ class TestRelbinBBH(unittest.TestCase):
self.parameters["waveform_approximant"] = "IMRPhenomXP"
# Test that we can modify the XP precession version
out_v223 = bilby.gw.source.lal_binary_black_hole(
out_v223 = bilby.gw.source.lal_binary_black_hole_relative_binning(
self.frequency_array, PhenomXPrecVersion=223, **self.parameters
)
out_v102 = bilby.gw.source.lal_binary_black_hole(
out_v102 = bilby.gw.source.lal_binary_black_hole_relative_binning(
self.frequency_array, PhenomXPrecVersion=102, **self.parameters
)
self.assertFalse(np.all(out_v223["plus"] == out_v102["plus"]))
......
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