sys-bio / tellurium

Python Environment for Modeling and Simulating Biological Systems
http://tellurium.analogmachine.org/
Apache License 2.0
110 stars 36 forks source link

Possible bug with r.removeSpecies ('Sx') were Sx is part of an assignment #549

Closed hsauro closed 3 years ago

hsauro commented 3 years ago

Possible bug with r.removeSpecies ('Sx') were Sx is part of an assignment

Calling this completely crashes roadrunner,

luciansmith commented 3 years ago

Despite being the one to create this problem originally, I cannot reproduce it. Looking at the code, it looks like everything should work fine, and all my tests work fine. I even went back to the colab notebook and everything worked fine there, too. Was worth investigating, but whatever problem we ran into, 'removeSpecies' wasn't at the root of it.