SciML / StochasticDiffEq.jl

Solvers for stochastic differential equations which connect with the scientific machine learning (SciML) ecosystem
Other
237 stars 65 forks source link

typos and Aqua CI #562

Open ArnoStrouwen opened 7 months ago

ArnoStrouwen commented 7 months ago

@ChrisRackauckas Could you have a look what type to put on integratorto prevent the method ambiguity in things like get_tmp_cache(integrator, alg::OrdinaryDiffEq?

ChrisRackauckas commented 7 months ago

It looks like you just need to have something on the alg, so https://github.com/SciML/StochasticDiffEq.jl/blob/master/src/algorithms.jl#L1 alg::StochasticDiffEqAlgorithm should do it.