Skip to content

Commit

Permalink
Remove spaces from logging message
Browse files Browse the repository at this point in the history
  • Loading branch information
moralejo authored Jan 15, 2025
1 parent 684d2ea commit 9425c83
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 @@ -143,7 +143,7 @@ def find_tailcuts(input_dir, run_number):
unreliable_pixels = unusable_hg | unusable_lg
if unreliable_pixels.sum() > 0:
log.info(f' Removed {unreliable_pixels.sum()/unreliable_pixels.size:.2%} of pixels '
f' due to unreliable calibration!')
f'due to unreliable calibration!')

reliable_pixels = ~unreliable_pixels

Expand Down

0 comments on commit 9425c83

Please sign in to comment.