SciML / StochasticDiffEq.jl

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

Optimize CI choices a bit more #448

Closed ChrisRackauckas closed 2 years ago

ChrisRackauckas commented 2 years ago

I think those ones don't need the big exclusive node. @frankschae any others?

frankschae commented 2 years ago

I think OOPWeakConvergence and IIPWeakConvergence could probably be used without the exclusive flag (because they hold the weak convergence tests for the strong solvers, so by and large they require fewer trajectories).