CABLE-LSM / benchcab

Tool for evaluation of CABLE land surface model
https://benchcab.readthedocs.io/en/latest/
Apache License 2.0
2 stars 3 forks source link

Remove absolute paths from logged standard output #217

Closed SeanBryan51 closed 9 months ago

SeanBryan51 commented 10 months ago

This change forces paths to be relative to the CWD throughout the code base unless absolute paths are required.

Improves code readability and cleaner logging to standard output.

Fixes #162

codecov[bot] commented 10 months ago

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Comparison is base (ab84f0a) 82.68% compared to head (2af76a4) 84.23%. Report is 5 commits behind head on main.

Files Patch % Lines
benchcab/benchcab.py 0.00% 3 Missing :warning:
benchcab/fluxsite.py 90.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #217 +/- ## ========================================== + Coverage 82.68% 84.23% +1.54% ========================================== Files 28 28 Lines 1496 1484 -12 ========================================== + Hits 1237 1250 +13 + Misses 259 234 -25 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.