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 an edge case, but since SED-ML is divorced from the details of particular model formats, adding a text node could be a valid operation in a model format.
This is an edge case, but since SED-ML is divorced from the details of particular model formats, adding a text node could be a valid operation in a model format.
Example:
Here's how libSED-ML behaves on this example:
XMLNode_convertXMLNodeToString
andXMLNode_convertStringToXMLNode
correctly round trip1.9
writeSedMLToString
can export text nodesreadSedMLFromFile
does not correctly import this. newXML is null and no error is raised.I expected newXML to be text node with value
1.9
.The text was updated successfully, but these errors were encountered: