From 14a8258e519cc0b049b985d9e2dc8b3d312268c0 Mon Sep 17 00:00:00 2001 From: Nils Vu Date: Thu, 16 Jan 2025 14:45:55 -0800 Subject: [PATCH] Fix ecc control --- .../Pipelines/EccentricityControl/EccentricityControlParams.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/Pipelines/EccentricityControl/EccentricityControlParams.py b/support/Pipelines/EccentricityControl/EccentricityControlParams.py index 97e3e442a945..2e5ae0dc1dbe 100644 --- a/support/Pipelines/EccentricityControl/EccentricityControlParams.py +++ b/support/Pipelines/EccentricityControl/EccentricityControlParams.py @@ -154,7 +154,7 @@ def get_horizons_data(reductions_file): mA = horizon_params["AhA ChristodoulouMass"].iloc[0] mB = horizon_params["AhB ChristodoulouMass"].iloc[0] if "AhA DimensionfulSpinVector_x" in horizon_params.columns: - sA = np.concat( + sA = np.array( [horizon_params.index] + [ horizon_params[f"AhA DimensionfulSpinVector_{xyz}"]