Closed maxnoe closed 7 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 86.84%. Comparing base (
87d6314
) to head (9a76a8b
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@GernotMaier I assigned you as reviewer as @orelgueta who did this for the last couple of PRs is on leave.
If you don't have the time, please just write and I'll look for someone else who can review (or you might suggest someone from the simulation team).
This fixes warnings that arose from not closing the
stderr
of the process opened to improve the speed of reading gzipped input fles.Mainly fixed by closing both
stderr
andstdout
of thePopen
object inclose
and also callingclose
in__del__
.Some configuration added that should make sure we see warnings as CI failures.