Sam Isaacson
Sam Isaacson
@vyudu I mean having a separate `StructuralProperties` type (i.e. mutable struct) for parameter-independent property storage, and a separate `KineticProperties` type for parameter dependent properties. These can be stored within the...
We could either have the `ReactionSystem` store a `Dict` mapping parameters to their `KineticProperties`, or encode this within the `KineticProperties` type.
Yeah, that is a big improvement over `getindex`. Thanks!
@vyudu can we not generate Latex strings, and so just use the builtin Latexify functionality of Symbolics? It seems like Makie claims to support it: https://docs.makie.org/dev/explanations/latex
Seems this is now breaking some tests?
Towards that end, my most common events are discrete events where the event times are given by parameters. It would be nice to have tstops automatically calculated and setup from...
@ChrisRackauckas, if there is someone that knows the new event system that would have time to look at it can we tag this as something to have ready for v10?
But that does not support symbolic parameters as the event time, or requires one to use a more general symbolic discrete callback and have to then manually pass the tstop...
Yeah a way to just give a list of symbolic parameters representing preset times or representing periodic times, along with the symbolic affects, and then just have everything work via...
I’d imagine many of these need updating for Catalyst 14 (eg ReactionNetworkImorters generated systems need to be marked complete).