Skip to content

Commit

Permalink
warn => warning
Browse files Browse the repository at this point in the history
  • Loading branch information
moralejo authored Sep 5, 2024
1 parent 775b5fe commit ed795b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lstchain/scripts/lstchain_r0_to_r0g.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@ def main():
log.info('FF-like events tagged as FF: %d',
num_FF_like_with_FF_type)
else:
log.warn('FF-like events tagged as FF: %d !!',
num_FF_like_with_FF_type)
log.warning('FF-like events tagged as FF: %d !!',

Check warning on line 191 in lstchain/scripts/lstchain_r0_to_r0g.py

View check run for this annotation

Codecov / codecov/patch

lstchain/scripts/lstchain_r0_to_r0g.py#L191

Added line #L191 was not covered by tests
num_FF_like_with_FF_type)

log.info('FF-like events not tagged as FF: %d',
num_FF_like_with_no_FF_type)
Expand Down

0 comments on commit ed795b1

Please sign in to comment.