Open barneydobson opened 2 weeks ago
Attention: Patch coverage is 6.66667%
with 14 lines
in your changes missing coverage. Please review.
Project coverage is 87.50%. Comparing base (
fb919bc
) to head (67b6914
). Report is 2 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
src/swmmanywhere/prepare_data.py | 6.66% | 14 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
Update to use planetary computer
Fixes #20
Related to #55
Discussion
This works, but there is a bit of an issue in that I think ERA5 is actually 3 hour rolling average at an hourly timestep. I mean I guess it is better than nothing for global coverage... but it's probably not ideal.
Type of change
Key checklist
python -m pytest
)python -m sphinx -b html docs docs/build
)pre-commit run --all-files
)Further checks