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

Obscure failure mode when including an observable with no reactions #1

Closed
jmuhlich opened this issue Oct 12, 2010 · 0 comments
Closed
Labels

Comments

@jmuhlich
Copy link
Member

Including an observable in a model file for a species that is not involved in any reactions leads to an error: "ValueError: need more than 2 values to unpack" at the line "(number, name, combination) = line.strip().split()" in _parse_group of bng.py. Should fail gracefully--took me a while to figure out why it was crashing (I had commented out some reactions, but not the observables involved).

(originally reported by user jablists)

jmuhlich pushed a commit that referenced this issue Jan 10, 2014
Continuous integration support
johnbachman pushed a commit that referenced this issue Apr 12, 2016
* Avoid shadowing builtin 'dir'
* Remove comment text about checking for directory-ness
* Clean up logical flow in a couple of places
* Add more information to some exception messages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant