Closed mwcraig closed 1 month ago
Attention: Patch coverage is 83.33333%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 80.33%. Comparing base (
31f01ab
) to head (41bddcc
). Report is 3 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
stellarphot/core.py | 83.33% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR fixes #444 by doing two things:
I started out by not doing 1 -- that is, by adding a new parameter to
PhotometryData.__init__
but realized that meant, eventually, changing or adding a photometry setting, which I wasn't too enthusiastic about, so I went this route instead.