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

Species names cannot contain '+,-,*' #109

Open
ahellander opened this issue Jul 20, 2014 · 0 comments
Open

Species names cannot contain '+,-,*' #109

ahellander opened this issue Jul 20, 2014 · 0 comments
Labels
Milestone

Comments

@ahellander
Copy link
Owner

This is not exactly a bug, but at least it should be spelled out or we should print a warning if a user uses one of +,-,* in species names. The issue is if they do

S1 = Species(name='K',..)
S2 = Species(name='K*',..)

the
Reaction(..,reactants={'K*':1,'K':1})

will serialize to nonsensical C code.

/Andreas

@ahellander ahellander added the bug label Jul 20, 2014
@ahellander ahellander added this to the 1.1.0 milestone Dec 2, 2014
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