Closed mjuric closed 3 months ago
Attention: Patch coverage is 0%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 80.78%. Comparing base (
a1548a3
) to head (c661f54
). Report is 70 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
src/sorcha/modules/PPMiniDifi.py | 0.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
This codecov fail is bogus. You can verify by dropping the + window
on that line, and seeing the unit tests fail. Blah.
Say our discovery window is 10, and the object has tracklets at nights:
This should generate the following discovery opportunities:
The code before this bugfix would stop looking for discovery opportunities after the final night was reached, so it didn't "see" the last one combination.
Fixes # .
Describe your changes.
Review Checklist for Source Code Changes