fbergmann / libSEDML

SED-ML library based on libSBML
BSD 2-Clause "Simplified" License
9 stars 12 forks source link

The libSEDML python validator doesn't accept empty lists of variables / parameters in SetValue. #165

Closed danv61 closed 2 years ago

danv61 commented 2 years ago

I receive the message: "...is not a valid SED-ML file: (20103 [Error]) No empty lists, listOfVariables cannot be empty"

Although sedml L1V3 specifications state that empty lists of variables / parameters are legal: "2.1.7.7 listOfVariables ... The listOfVariables is optional and may contain zero to many variables."

Same for listOfParameters

fbergmann commented 2 years ago

thanks for letting me know

fbergmann commented 2 years ago

if everything went as planned, there is a new pypi version released now that solves the issue, please let me know.