Open LoosC opened 6 years ago
aaah the spline, need to think about how to treat this one...
Just saw this... An assignment rule might do the trick, maybe? Dunno if SBML knows something like a spline-function however... Guess almost that "no", as zillions of splines are possible and just defining "some" spline is not well-defined then...
In the original version of the model from the old repository, it is done via an assignment rule and events. I guess we could just use that one as soon as events are implemented?! ;-)
We can use this one, but I'd actually be happy to use the new spline implementation as soon as this one is finished. That will change the model to some degree (as now Amici will get cubic Hermite splines and originally the model had cubic C2 splines), but also using events instead of splines does so, so I think it's overall fine...
https://github.com/AMICI-dev/AMICI/pull/1515 contains this model. the spline is added there as piecewise
. should be easy now to include that in the benchmark collection
Model parameter 'spline_t_0' neither present in condition table nor in parameter table.