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

Move `experiment` key under `fluxsite` #215

Closed SeanBryan51 closed 10 months ago

SeanBryan51 commented 10 months ago

The experiment key in the config file is specific to fluxsite tests. This key is better placed under the fluxsite key as we will soon have the ability to run spatial only tests.

This change moves the experiment key under the fluxsite key and sets the experiment key to be optional.

Fixes #192

codecov[bot] commented 10 months ago

Codecov Report

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

Comparison is base (5be50ae) 85.37% compared to head (ab84f0a) 82.68%. Report is 13 commits behind head on main.

Files Patch % Lines
benchcab/utils/repo.py 45.16% 34 Missing :warning:
benchcab/benchcab.py 21.42% 11 Missing :warning:
tests/test_model.py 89.61% 8 Missing :warning:
benchcab/fluxsite.py 85.71% 1 Missing :warning:
benchcab/model.py 94.73% 1 Missing :warning:
tests/test_fluxsite.py 96.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #215 +/- ## ========================================== - Coverage 85.37% 82.68% -2.70% ========================================== Files 27 28 +1 Lines 1409 1496 +87 ========================================== + Hits 1203 1237 +34 - Misses 206 259 +53 ```

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