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

handling cases where something is wrong with model #28

Closed
mikkokotila opened this issue Jul 25, 2018 · 1 comment
Closed

handling cases where something is wrong with model #28

mikkokotila opened this issue Jul 25, 2018 · 1 comment
Assignees
Labels
priority: MEDIUM medium priority

Comments

@mikkokotila
Copy link
Contributor

It seems that always when there is the message:

UnboundLocalError: local variable '_hr_out' referenced before assignment

...there is an issue with the model. The issue is that the error on the model level is kind of swallowed by this, so indeed it is related with the way errors are handled. This could be a major annoyance as the user thinks something is wrong with the backend, even thought its something they themselves can resolve.

@mikkokotila mikkokotila added the priority: MEDIUM medium priority label Jul 25, 2018
@mikkokotila mikkokotila self-assigned this Jul 25, 2018
@mikkokotila
Copy link
Contributor Author

The errors are no longer swallowed in the previous way and now the error should show the part of the model that is causing it.

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

No branches or pull requests

1 participant