-
Notifications
You must be signed in to change notification settings - Fork 12
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
Unable to read SED-ML file with csymbol definitionURL="http://sed-ml.org/#max" #44
Comments
Hello Kyle, this error is obviously coming from libSBML, so it would seem like a new validation rule was added recently for this. Can you send me the CMakeCache.txt file that you used to compile libSBML? It would be good to know whether you used the new ASTNode implementation, or the old one. I will also let the team know about this ... cheers |
Thanks for your reply! Here is the CMakeCache.txt. I'm on revision r23826 of the experimental branch of libSBML. I am not currently using |
Unfortunately, trying to open the same file with |
Hello Kyle, please try the libSBML repo from today, we fixed this one earlier in the day ... |
Thanks so much! Now I am able to import the file with |
Hi Frank, I was just checking if this csymbol issue still requires legacy math enabled in libsbml. In Tellurium, we're currently using legacy math all the way through, but ideally we would like to switch it off at some point in the future:) |
Hello Kyle, I've verified that the error is no longer being issued. However, currently it seems that libNuml will fail if libsbml is used without namespaces and arrays enabled. |
Thanks Frank! It sounds like enabling namespaces in libsbml, libsedml, and libnuml is a workable solution, correct? |
Indeed, that sames the safest approach ... and of course to remain careful with the import order so that the correct symbols are available at all time |
Hi Frank,
I'm trying to read the SED-ML from your Combine archive example published with your paper here. It is the SED-ML included in the first supplementary file (also attached for reference). The problem seems to be caused by the
http://sed-ml.org/#max
csymbol definition. Here is the error output:I am using libSEDML 0.4.2 built against libSBML 5.14.1 experimental from svn. I'm using the Python bindings.
repressilator-sedml.xml.txt
The text was updated successfully, but these errors were encountered: