Skip to content
Snippets Groups Projects
Commit 670cd4cf authored by Jonathan Thompson's avatar Jonathan Thompson
Browse files

updating XO4a unit test for new coprecessing fits

parent 40c6d80e
No related branches found
No related tags found
1 merge request!2122Add IMRPhenomXO4a
......@@ -204,7 +204,7 @@ def test_IMRPhenomXO4a():
"""
expected_result = np.array([1245.7700388505423, 206.16523443531028, 932.1636711537969, 325.1223923457695])
expected_result = np.array([1246.1864330984185, 206.07675938045347, 932.2398310616439, 325.14141468454505])
new_result = np.array(gen_test_data(0.5, lalsimulation.IMRPhenomXO4a, [[2,2],[2,1],[3,3],[4,4]]))
......@@ -212,7 +212,7 @@ def test_IMRPhenomXO4a():
np.testing.assert_allclose(new_result, expected_result, rtol=1e-5, err_msg="IMRPhenomXO4a no 32 mode test failed")
expected_result = np.array([ 48.57267204502311, 236.2652482582791, 21.613112727566854, 232.56224249776957 ])
expected_result = np.array([ 48.5633311921459, 236.1757579442685, 21.616772182672445, 232.47471301007891 ])
new_result = np.array(gen_test_data(0.5, lalsimulation.IMRPhenomXO4a, [[3,2]]))
......
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