SciML / SciML/DiffEqNoiseProcess.jl
Unrecognized keyword arguments: `[:adaptivealg]`
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 62
- Forks
- 32
- Avg merge
- 8h 38m
- Merged PRs (30d)
- 16
Description
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
https://github.com/SciML/DiffEqNoiseProcess.jl/blob/eb57dded61255d48815c7c64d89fa5034f831cde/test/RSwM1_test.jl#L4 seems to be the best way to do it.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with test/sde_adaptivedistribution_tests.jl and compare its solve calls with test/RSwM1_test.jl. Read the solve keyword handling referenced in StochasticDiffEq.jl/src/solve.jl around line 320, then run the affected tests. Done means the adaptive distribution tests no longer emit the unrecognized adaptivealg warning.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- testing
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100