Skip to content

Commit

Permalink
Merge pull request #6290 from guilara/PRs-EccBugFix
Browse files Browse the repository at this point in the history
Fix output for eccentricity params
  • Loading branch information
nilsvu authored Sep 18, 2024
2 parents aa2b4e5 + b99ea6d commit 9ab8ccf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions support/Pipelines/EccentricityControl/EccentricityControl.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,8 @@ def coordinate_separation_eccentricity_control_digest(
]
logger.info("Updated Xcts values based on fit:")
logger.info(
f"(Omega, adot) = ({(xcts_omega + dOmg):13.10f},"
f" {(xcts_expansion + dadot):13.10g})"
f"(Omega, adot) = ({(xcts_omega):13.10f},"
f" {(xcts_expansion):13.10g})"
)

# Plot
Expand Down

0 comments on commit 9ab8ccf

Please sign in to comment.