Closed HenningSE closed 5 months ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
fuse/plugins/pmt_and_daq/pmt_response_and_daq.py | 1 | 2 | 50.0% | ||
<!-- | Total: | 1 | 2 | 50.0% | --> |
Totals | |
---|---|
Change from base Build 9107691937: | -0.02% |
Covered Lines: | 2108 |
Relevant Lines: | 2949 |
What does the code in this PR do / what does it improve?
This PR fixes a problem with empty input chunks to the PMTResponseAndDAQ plugin. Before this fix, the iteration for empty chunks was not properly stoped leading to
data not continuous
problems.Can you briefly describe how it works?
I added the missing
return
to the empty input case of the PMTResponseAndDAQ plugin.Please include the following if applicable: