Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JoschD committed Nov 13, 2024
1 parent dfad06c commit a1878a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions omc3/kmod_importer.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ def calculate_all_lumi_imbalances(
try:
df = calculate_lumi_imbalance(**data, output_dir=output_dir, betastar=betastar)
except KeyError as e:
# Most likely because not all data available (e.g. only one beam).
LOG.debug(f"Could not calculate lumi imbalance between {ipA} and {ipB}. Skipping.", exc_info=e)
continue

Expand Down

0 comments on commit a1878a0

Please sign in to comment.