Closed davidorme closed 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 93.18%. Comparing base (
76f1906
) to head (7264214
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Fingers crossed!
Description
Hopefully this fixes #390.
I think the issue is that the
hydrology
model needs to initialise afterplants
, because that populates theleaf_area_index
data. That isn't explicitly set in the configuration, so then I think we are getting platform specific variation in the wayTopologicalSorter
is returning 'tied' models, such thatplants
andhydrology
can vary in their execution order.More generally - this kinda thing needs to break in a much more informative way, but the variables stuff is targeted at this (#370, #388).
Type of change
Key checklist
pre-commit
checks:$ pre-commit run -a
$ poetry run pytest
Further checks