Closed chaytanc closed 1 year ago
Thank you for the report! Can you provide a model that you're using that demonstrates this problem?
Looks like we lost @chaytanc , so I'm closing this for now. If you find the model in question, I'm more than happy to re-open.
Using a model loaded from an xml file, all normal calls like .plot() work on the loaded model from SBML. However, the call r.getAntimony() fails with the exception "Antimony: Unable to read SBML string due to errors encountered when parsing the file. Error(s) from libSBML: ..." (the full exception is quite the stack dump but I can provide the whole thing if you want) The exception ends with " listOfGlobalRenderInformation cannot be empty." The same model loaded with Spyder and the same python-libsbml version loads the model and can perform the getAntimony call without errors.