Closed dmulas closed 1 year ago
It looks like this is nearly there, we just need two things:
To ensure the formatting is all consistent by running the pre-commit hooks in your wombat environment
cd /path/to/WOMBAT/ # if you're not already
pre-commit install
pre-commit run --files wombat/core/post_processor.py
# These steps might need to be run more than once depending on if they pass,
# require manual correction (unlikely), or have corrections automatically applied
git add wombat/core/post_processor.py # the changes need to be registered
git commit -m "your message" # you'll notice that pre-commit runs again at this phase
# Once all the commit checks pass or get skipped
git push
Attention: 2 lines
in your changes are missing coverage. Please review.
Comparison is base (
20fcb13
) 53.76% compared to head (b800a39
) 53.73%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Add function to output:
by frequency type, and the average by frequency type