-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
EnsembleProblem of JumpProblem - All solutions are identical #184
Comments
If it helps in debugging this, the problem seems to go away if one doesn't use |
@TorkelE this seems to fix it for me, does it work for you? ejprob = EnsembleProblem(jprob,prob_func=(p,i,r)->remake(p), safetycopy=false) Looks like the problem is |
I think this should be fixed by SciML/SciMLBase.jl#72, but I’ll leave this open till that propagates through the ecosystem. |
Sounds good, in the meantime
also worked |
Here's a minimal sample. I make a similar
EnsembleProblem
from both and anJumpProblem
and anSDEProblem
. When I solve them the SDE solutions turn out different, but the Jump ones are all identical.This is the output of
Pkg.status()
The text was updated successfully, but these errors were encountered: