We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pymarrmot/src/pymarrmot/Models/Models/marrmot_model.py
Line 540 in 5337dee
This is an example of a case where the conversion Matlab -> Python leads to incorrect indexing in the Python code. In this cal_idx should be:
cal_idx
cal_idx = np.arange(0,len(Q_obs))
Unsure if there are other occurrences like this, but it seems likely that there will be.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
pymarrmot/src/pymarrmot/Models/Models/marrmot_model.py
Line 540 in 5337dee
This is an example of a case where the conversion Matlab -> Python leads to incorrect indexing in the Python code. In this
cal_idx
should be:Unsure if there are other occurrences like this, but it seems likely that there will be.
The text was updated successfully, but these errors were encountered: