Torkel Loman

Results 439 comments of Torkel Loman

Currently, things can go negative: ```julia using Catalyst, StochasticDiffEq, Plots rn = @reaction_network begin (p,1.0), 0 X end sprob = SDEProblem(rn, [1.0], (0.0, 10.0), [1.0]) sol = solve(sprob, ImplicitEM()) plot(sol)...

Would it be possible to make the default having nothing, but having a sqrt with a modified error message that explains what is going on and suggests a couple of...

suspected so. Let's just keep it as it is and add options for alternative ways of dealing (or not dealing) with it

It feels fairly obvious that if someone has made a mixed ReactionSystem/Differential equation ODE, that if they want to convert it to a NonlinearSystem they want those derivatives to be...

Just confirming that a tutorial and some additional helper functions for the context of Catalyst is in the works.