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
Hi @shoepfl , sorry for the delay. I just made a PR for this. It looks as simple as editing the file "yaml2sbml/yaml_schema.yaml" and removing the last three lines [1]:
required:
- odes
This works for me with the following simple example:
Hi,
at the moment the specification of an ODE is mandatory in yaml2sbml, this is problematic when one wants to use explicit equations.
As SBML also supports only the specification of explicit equations, see:
sbmlteam/libsbml#318
I would suggest to make the specification of an ODE optional like an assignment rule.
Thanks for your help
The text was updated successfully, but these errors were encountered: