Closed ehpor closed 1 month ago
Attention: Patch coverage is 80.00000%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 82.05%. Comparing base (
3cdb57f
) to head (df4497d
). Report is 8 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
hcipy/plotting/animation.py | 80.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Testing on macos-latest now uses Apple M1 chips, so runs on ARM. The required package mkl_fft is not available on ARM. This PR makes mkl_fft an optional dependency for testing.
The distributed FFMpeg of conda now no longer supports the preset argument for some reason. This PR makes the preset argument optional.
This PR also removes support for Python 3.7 & Python 3.8, and adds support for Python 3.12.