Closed vgro closed 3 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 94.93%. Comparing base (
bfe28c2
) to head (3c49c6c
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR updates the docstrings for the
abiotic_simple
andhydrology
models. Nothing major, only a few bits that were outdated or inconsistent.Also, I (was trying to) get rid of the variables that are initialized but not needed in the
hydrology
model. This led to an old problem of random model order on Windows which caused some tests to fail. The change needs to be postponed until the variables system is up and running, see #522Fixes #519
Type of change
Key checklist
pre-commit
checks:$ pre-commit run -a
$ poetry run pytest
Further checks