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

Antimony export should provide a warning if there is a name collision with an antimony reserved word #489

Open joseph-hellerstein opened 3 years ago

joseph-hellerstein commented 3 years ago

getantimony() creates antimony from a roadrunner model. If there is a collision with an Antimony reserved name, the export adds an "_" to the name. This should be reported to the user in case there is a dependency on the names created.