-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to work with newer Catalyst versions #65
Comments
Do you have any hunch of when/if this is planned? I am trying to use this in conjecture with MTK/Catalyst, and it would be good to be able to do this on the latest version. |
HI @TorkelE, hoping to get things updated in the next couple of weeks, sorry for the delay! |
I've created a fork here - it will print superfluous output for now, but the tests work for Catalyst v14 (except latexify). |
The relatively new Catalyst API (species indexed by name, not number) will take a bit more work to implement, see the other currently active issue. |
Sounds great, looking forward to it :) One though I had, do you ever do anything but u0 = [...]
u0 = deterministic_IC(u0, moment_eqs)
oprob = ODEProblem(moment_eqs, u0, tspan, ps) ? I.e. is there a reason that the |
The function |
Hello, just checking whether updates on if an update is planned? It is a good package, and it would be nice if it remained useful for the wider community. If we can get this to work with latest Catalysts versions and you are OK with it, I was hoping to write a small example of how it could be used and add to the Catalyst docs. I could then link that directly to this package so people could go here for more info. That might also help give MomentClosure.jl more users as well. |
Hi, sorry, it's been a very busy time, but an update is definitely planned. Hopefully I'll be able to get around to patching it up next week. Thanks for your initiative (and patience) Torkel! |
No worries! Yeah, things are always busier than one would hope. Looking forward to the update, whenever it drops :) |
No description provided.
The text was updated successfully, but these errors were encountered: