SciML / SciML/JumpProcesses.jl
Explain in docs how to reproducibly simulate for testing
Open
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 150
- Forks
- 41
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 28
Description
By using StableRNGs and setting a seed for each call to solve. The latter may be a bit surprising to users, but necessary currently.
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 by locating the documentation and examples that describe calling solve, then check how StableRNGs and a per-call seed are currently used. Document the reproducible-testing procedure and explain why setting a seed for each solve call is currently necessary; the work is done when users can follow the documented steps to reproduce a simulation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100