biosimulators / Biosimulators_utils

Utilities for building standardized command-line interfaces for biosimulation software packages
https://docs.biosimulators.org/Biosimulators_utils
MIT License
4 stars 6 forks source link

The sed-ml validator doesn't accept empty lists of variables / parameters in SetValue. #113

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

jonrkarr commented 2 years ago

This is a libSED-ML issue. Please create an issue at https://github.com/fbergmann/libSEDML.