Skip to content

Commit

Permalink
Fix for jrkerns#530
Browse files Browse the repository at this point in the history
  • Loading branch information
crcrewso authored Nov 27, 2024
1 parent ba981b4 commit fd7ede9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pylinac/field_profile_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -415,8 +415,8 @@ def publish_pdf(
as_dict=True, by_alias=True, exclude={"pylinac_version"}
)
# drop values; that's too much info
data["X Metrics"].pop("values")
data["Y Metrics"].pop("values")
data["x_metrics"].pop("values")
data["y_metrics"].pop("values")
offset = 0
for i, (key, value) in enumerate(data.items()):
if isinstance(value, str):
Expand Down

0 comments on commit fd7ede9

Please sign in to comment.