A compendium of Python data loaders and analysis tools for in-situ measurements of Solar Energetic Particles (SEP)
BSD 3-Clause "New" or "Revised" License
7
stars
6
forks
source link
Use figure tests to validate plot output #58
Open
jgieseler opened 7 months ago
Currently, the results of plotting are not tested at all. Following https://github.com/jgieseler/solarmach/issues/50, implement
pytest-mpl
to verify output plots' hashes. See jgieseler/solarmach@v0.3.3...main
#diff-2e03d59e65 for a simple example.