Closed rkingsbury closed 5 months ago
Attention: Patch coverage is 71.42857%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 88.76%. Comparing base (
57fb676
) to head (c450ad5
). Report is 1 commits behind head on main.
Files | Patch % | Lines |
---|---|---|
src/maggma/stores/advanced_stores.py | 0.00% | 1 Missing :warning: |
src/maggma/stores/open_data.py | 50.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Summary
The recent release of
numpy
2.0 caused one thing to break in the Open Data store (see failure in #965 ). This PR updates pyproject.toml and the pre-commit configuration to fix any numpy 2.0-incompatible code and applies fixes recommended byruff
.