Skip to content

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