Skip to content
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

Unrecognized keyword arguments: [:adaptivealg] #110

Open
frankschae opened this issue Aug 4, 2022 · 1 comment
Open

Unrecognized keyword arguments: [:adaptivealg] #110

frankschae opened this issue Aug 4, 2022 · 1 comment

Comments

@frankschae
Copy link
Member

We should update the tests in https://github.com/SciML/DiffEqNoiseProcess.jl/blob/master/test/sde_adaptivedistribution_tests.jl
because they currently throw a warning because adaptivealg is not a recognized kwarg of solve

https://github.com/SciML/StochasticDiffEq.jl/blob/master/src/solve.jl#L320

W = WienerProcess(0.0, 0.0, 0.0, rswm = RSWM(adaptivealg = :RSwM1))
seems to be the best way to do it.

@ChrisRackauckas
Copy link
Member

Yes that's how it's supposed to be done. That's some really old syntax.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants