As @dweindl pointed out today, It might be nice for COPASI users to have the option to add observable definition as assignments, so that they are still represented in the SBML somewhere, e.g. via an parameter observable_<observable_id>, that gets the right hand side of the observable assigned. This is only done, if a flag in the yaml2sbml function is set to True.
As @dweindl pointed out today, It might be nice for COPASI users to have the option to add observable definition as assignments, so that they are still represented in the SBML somewhere, e.g. via an parameter
observable_<observable_id>
, that gets the right hand side of the observable assigned. This is only done, if a flag in theyaml2sbml
function is set to True.