Skip to content

Commit

Permalink
Fix ecc control
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsvu committed Jan 17, 2025
1 parent 518f2a7 commit 14a8258
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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}"]
Expand Down

0 comments on commit 14a8258

Please sign in to comment.