From 670cd4cf6ec06d14a204ff53e8f306217cd9179e Mon Sep 17 00:00:00 2001
From: Jonathan Thompson <thompson.phys@gmail.com>
Date: Thu, 30 Mar 2023 14:33:25 -0700
Subject: [PATCH] updating XO4a unit test for new coprecessing fits

---
 lalsimulation/test/python/test_phenomX.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lalsimulation/test/python/test_phenomX.py b/lalsimulation/test/python/test_phenomX.py
index bb40a304d4..82175e5290 100644
--- a/lalsimulation/test/python/test_phenomX.py
+++ b/lalsimulation/test/python/test_phenomX.py
@@ -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]]))
 
-- 
GitLab