MazinLab / MKIDPipeline

The MKID Data Pipeline
http://web.physics.ucsb.edu/~bmazin/
6 stars 3 forks source link

Upgrading to 3.10 #112

Closed nzivkov closed 3 months ago

nzivkov commented 3 months ago

Upgrading pyproject.toml to python 3.10 instead of 3.9, and eliminating the test for python 3.9 compatibility

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 61.53846% with 5 lines in your changes missing coverage. Please review.

Project coverage is 19.77%. Comparing base (2dbf0dc) to head (10fee3f). Report is 9 commits behind head on main.

Files Patch % Lines
mkidpipeline/utils/photometry.py 58.33% 5 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #112 +/- ## ========================================== + Coverage 19.76% 19.77% +0.01% ========================================== Files 26 26 Lines 7574 7575 +1 ========================================== + Hits 1497 1498 +1 Misses 6077 6077 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

ld-cd commented 3 months ago

Closes #93

Unblocks upgrade PR in mkidcore