You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: