Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix HBV-edu simulation with return_storages #14

Merged
merged 1 commit into from
Jun 30, 2021
Merged

Fix HBV-edu simulation with return_storages #14

merged 1 commit into from
Jun 30, 2021

Conversation

gauchm
Copy link
Contributor

@gauchm gauchm commented Jun 30, 2021

The run_hbvedu call in HBVEdu was missing the index into the params array, causing a numba type error down the line (max(float, array[float]) instead of max(float, float) in https://github.com/kratzert/RRMPG/blob/master/rrmpg/models/hbvedu_model.py#L94).

The `run_hbvedu` call in HBVEdu was missing the index into the `params` array, causing a numba type error down the line (max(float, array[float]) instead of max(float, float) in https://github.com/kratzert/RRMPG/blob/master/rrmpg/models/hbvedu_model.py#L94).
@kratzert kratzert merged commit 1377250 into kratzert:master Jun 30, 2021
@kratzert
Copy link
Owner

Thanks, that is a good catch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants