Skip to content
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

merge Catalyst version 14 into master #830

Merged
merged 441 commits into from
May 14, 2024
Merged

merge Catalyst version 14 into master #830

merged 441 commits into from
May 14, 2024

Conversation

isaacsas
Copy link
Member

No description provided.

TorkelE and others added 30 commits February 2, 2024 08:38
Co-authored-by: Sam Isaacson <isaacsas@users.noreply.github.com>
[v14 ready] Latexify improvement
…g.md

Co-authored-by: Sam Isaacson <isaacsas@users.noreply.github.com>
…g.md

Co-authored-by: Sam Isaacson <isaacsas@users.noreply.github.com>
…g.md

Co-authored-by: Sam Isaacson <isaacsas@users.noreply.github.com>
Co-authored-by: Sam Isaacson <isaacsas@users.noreply.github.com>
Co-authored-by: Sam Isaacson <isaacsas@users.noreply.github.com>
Co-authored-by: Sam Isaacson <isaacsas@users.noreply.github.com>
Co-authored-by: Sam Isaacson <isaacsas@users.noreply.github.com>
@isaacsas
Copy link
Member Author

@TorkelE this is failing because of == equality tests between solution objects, which as I said a while back we really shouldn't be doing...

@isaacsas
Copy link
Member Author

sol_dsl = solve(SDEProblem(rn_dsl, u0, tspan, ps), ImplicitEM(); seed = 1234)
doesn't use StableRngs for the SDEProblem?

@ChrisRackauckas
Copy link
Member

But it's relative, so both solves should change if it changes, so I think that one is okay.

@TorkelE
Copy link
Member

TorkelE commented May 13, 2024

@TorkelE this is failing because of == equality tests between solution objects, which as I said a while back we really shouldn't be doing...

Do we know what? I can check tomorrow. Testing solutions for equality have worked for 6 years, so while moving away from it might be good, inn this case it probably suggest that something else have gone wrong as well, which we would want to know about.

doesn't use StableRngs for the SDEProblem?

SDEProblems cannot take these. I either use fixed seeds, or have these generated through StableRNGs though.

@TorkelE
Copy link
Member

TorkelE commented May 14, 2024

Here is a previous issue in StableRNG seeds for SDEs: SciML/StochasticDiffEq.jl#569. Might be a while until it gets added though, not sure if anyone is actively working on SDEs.

@TorkelE TorkelE merged commit 1e522c6 into master May 14, 2024
3 of 8 checks passed
@TorkelE TorkelE deleted the Catalyst_version_14 branch May 15, 2024 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants