Sam Isaacson

Results 700 comments of Sam Isaacson

This would be where to inject the metadata I think: https://github.com/SciML/Catalyst.jl/blob/fc13104034b74f720276d615318f079ec22925f7/src/networkapi.jl#L1225

My one concern in thinking more about this becomes how to then control changing the scaling, for example if someone has a reaction arising from an SBML file how can...

Cool, thanks for posting the code! We need to figure out a nice way to share examples likes this outside of building them in the main docs. Maybe we can...

That sounds good. But it would be nice to also have some CI on them too, to ensure they don't go stale.

Glad it solved the issue!

I think this looks good. Can't one have multiple events within the begin/end blocks? Or by "different events" do you mean if you want to change the events in an...

Also, one can always create a `rn` without events, and then `extend` it with a system that has the desired events to generate a merged system of reactions and events....

We need to document that we currently wrap in absolute values, and perhaps provide an option to not do this?

I guess we could implement a reflection callback, as that is an approach that has been used, but then the model one is simulating is no longer the CLE.