Closed moralejo closed 1 week ago
Attention: Patch coverage is 93.42105%
with 5 lines
in your changes missing coverage. Please review.
Project coverage is 73.50%. Comparing base (
9bab172
) to head (bc7b13e
). Report is 5 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
lstchain/image/modifier.py | 93.42% | 5 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
better directly use the context manager:
with EventSource(...) as mc_reader:
...
I hope I didn't mess ups with the indents... I wonder if it was really worth. I will check again later, back to Draft
Avoid a lot of zombie processes when using these functions repeatedly