Closed jsdillon closed 6 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 97.10%. Comparing base (
75b4b24
) to head (23b7cf7
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This fixes a relatively rare problem in RTP where flagging doesn't completely catch every antenna with missing packets because the strongest evidence for problems showed up in the autos (which was excluded for simplicity before). This corrects that oversight.
Here's an example from
zen.2460451.16874.sum.uvh5
:Before
xengine_diff_class
After:
With fix:
I've verified that there's no effect on
zen.2460451.34457.sum.uvh5
which was fine.