issues
search
NOAA-OWP
/
gval
A high-level Python framework to evaluate the skill of geospatial datasets by comparing candidates to benchmark maps producing agreement maps and metrics.
https://noaa-owp.github.io/gval/
Other
22
stars
0
forks
source link
Extending testing functionality to markdown files and Jupyter notebooks
#101
Open
fernando-aristizabal
opened
1 year ago
fernando-aristizabal
commented
1 year ago
Current behavior
currently developers need to manually check markdown files (such as README.md) and jupyter notebooks to ensure proposed changes are working correctly.
Expected behavior
Explore use of textbook package and pytest-markdown plugin to help automate this.
At the very least markdowns and notebooks should successfully execute without failure or warnings.
Current behavior
Expected behavior