Closed TorkelE closed 11 months ago
Which version of StochasticDiffEq do you use? My first guess would be that you use incompatible versions of StochasticDelayDiffEq and StochasticDiffEq (probably due to https://github.com/SciML/StochasticDiffEq.jl/pull/552 and https://github.com/SciML/StochasticDelayDiffEq.jl/pull/71 not both being present).
This is my manifest entry:
[[deps.StochasticDiffEq]]
deps = ["Adapt", "ArrayInterface", "DataStructures", "DiffEqBase", "DiffEqNoiseProcess", "DocStringExtensions", "FillArrays", "FiniteDiff", "ForwardDiff", "JumpProcesses", "LevyArea", "LinearAlgebra", "Logging", "MuladdMacro", "NLsolve", "OrdinaryDiffEq", "Random", "RandomNumbers", "RecursiveArrayTools", "Reexport", "SciMLBase", "SciMLOperators", "SparseArrays", "SparseDiffTools", "StaticArrays", "UnPack"]
git-tree-sha1 = "2a1818923476d496190791b4cf7183e9ccf64a99"
uuid = "789caeaf-c7a9-5a7d-9973-96adeb23e2a0"
version = "6.63.0"
It is not in my Project.toml
file as I am not using it directly, and figured I'd let Pkg sort the versioning out.
You should upgrade to 6.63.2 if possible. Or downgrade StochasticDelayDiffEq.
yes that worked, thanks a lot :)
Hi, this used to work for me, but dug up some old code and it doesn't work (this is on Julia 1.10). I couldn't;t actually find an example of how to use it, but dug up this from the tests, and it gave the same error:
gives
This is my environment: