ImperialCollegeLondon / pyrealm

Development of the pyrealm package, providing an integrated toolbox for modelling plant productivity, growth and demography using Python.
https://pyrealm.readthedocs.io/
MIT License
19 stars 8 forks source link

Attempting to make PModelConst inherit CoreConst #201

Open tztsai opened 5 months ago

tztsai commented 5 months ago

Make PModelConst inherit CoreConst, and merge the usage of pmodel_const and core_const in PModelEnvironment.

Description

Attempting to make PModelConst inherit CoreConst and merge their usages.

Fixes #161

Type of change

Key checklist

Further checks

codecov-commenter commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 94.85%. Comparing base (8f7d032) to head (fa3fe33).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #201 +/- ## =========================================== - Coverage 94.86% 94.85% -0.01% =========================================== Files 28 28 Lines 1499 1497 -2 =========================================== - Hits 1422 1420 -2 Misses 77 77 ```

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