Open Jamesafross opened 2 years ago
It's probably https://github.com/SciML/ModelingToolkit.jl/pull/1490/files#diff-47c27891e951c8cd946b850dc2df31082624afdf57446c21cb6992f5f4b74aa2R475. I don't think that method was made safe for symbolic arrays @ValentinKaisermayer
Maybe I have, but I don't think that is the problem here. This doesn't even have ModelingToolkit.jl as a dependency.
😅 posted on the wrong issue.
using the saveat feature seems to cause incorrect evaluation of history function.
The code:
println output of evaluation of history function for a realisation without saveat
println output of evaluation of history function for a realisation with saveat
Tried other SDE algorithms and the same problem occurs.
Julia Version 1.7.2