ktindiana / sphinxval

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

Reporting -- Removed OS-specific plot path string manipulation in report.py. #78

Closed lukestegeman closed 3 months ago

lukestegeman commented 3 months ago

In response to Issue #77, string manipulations were omitted in report.py in favor of os.path.relpath(), os.path.abspath(), and os.path.join() to avoid OS-specific and user configuration specific bugs.