ktindiana / sphinxval

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

SPHINX creates output/ and report/ folders if they don't already exist #79

Closed lukestegeman closed 3 months ago

lukestegeman commented 3 months ago

SPHINX would fail upon first run if the config.outpath directory did not previously exist. When running in report-only mode, SPHINX will fail if the config.reportpath directory does not exist. This pull request fixes both issues.