ktindiana / sphinxval

SPHINX validation code for solar energetic particle models
MIT License
3 stars 3 forks source link

Fixed bug in refactored match.py #96

Closed lukestegeman closed 4 months ago

lukestegeman commented 4 months ago

When refactoring match.py, the setup_match_all_forecasts function was created, primarily to make the test_match.py unit tests easier to set up. During the refactoring process, one piece of code that prevents SPHINX from comparing forecast objects to observation objects that do not exist was incidentally removed. This piece of code has been replaced.