Skip to content

Commit

Permalink
Fix log message
Browse files Browse the repository at this point in the history
  • Loading branch information
moralejo authored Jan 15, 2025
1 parent 9259b25 commit 69cef5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lstchain/image/cleaning.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def find_tailcuts(input_dir, run_number):
qped = np.nan
qped_dev = np.nan
additional_nsb_rate = np.nan
log.error('No valid computation was possible for run {run_number} with any of the processed subruns!')
log.error(f'No valid computation was possible for run {run_number} with any of the processed subruns!')
return qped, additional_nsb_rate, None

Check warning on line 199 in lstchain/image/cleaning.py

View check run for this annotation

Codecov / codecov/patch

lstchain/image/cleaning.py#L194-L199

Added lines #L194 - L199 were not covered by tests

qped = np.nanmedian(median_ped_qt95_pix_charge[good_stats])
Expand Down

0 comments on commit 69cef5c

Please sign in to comment.