XENONnT / fuse

XENON Framework for Unified Simulations of Events
BSD 3-Clause "New" or "Revised" License
6 stars 1 forks source link

Fix plugin warning/debug/info logging #248

Closed HenningSE closed 3 months ago

HenningSE commented 3 months ago

What does the code in this PR do / what does it improve?

This PR aims at fixing logging messages that did not show up during the simulation. The problem is described here: https://github.com/XENONnT/fuse/issues/247

Please include the following if applicable:

coveralls commented 3 months ago

Pull Request Test Coverage Report for Build 9937546722

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
fuse/plugins/detector_physics/csv_input.py 4 5 80.0%
fuse/plugins/detector_physics/s1_photon_propagation.py 2 3 66.67%
fuse/plugins/micro_physics/yields.py 2 3 66.67%
fuse/plugins/pmt_and_daq/pmt_afterpulses.py 0 1 0.0%
fuse/plugins/micro_physics/electric_field.py 0 2 0.0%
fuse/plugins/pmt_and_daq/pmt_response_and_daq.py 0 2 0.0%
fuse/plugins/detector_physics/s2_photon_propagation.py 1 4 25.0%
fuse/plugins/micro_physics/input.py 4 12 33.33%
<!-- Total: 16 35 45.71% -->
Totals Coverage Status
Change from base Build 9887526578: -0.5%
Covered Lines: 2531
Relevant Lines: 3162

💛 - Coveralls