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

Add better error handling #1

Open
bartvstratum opened this issue Jan 18, 2016 · 0 comments
Open

Add better error handling #1

bartvstratum opened this issue Jan 18, 2016 · 0 comments
Assignees

Comments

@bartvstratum
Copy link
Member

Most variables are initialized as None to make sure that variables used inside the model are either explicitly initialized in the model input, or calculated inside the model. When a calculation with None is performed, Python throws a TypeError -- catching that error and displaying a better error message of why this is happening would be better than showing the "raw" Python error/traceback.

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

No branches or pull requests

1 participant