JuliaDynamics / JuliaDynamics/DynamicalSystemsBase.jl
`stroboscopicmap` should allow configuring a `t0` argument
Open
Nobody has claimed this yet.
documentation
easy
- Dominant language
- Julia
- Stars
- 56
- Forks
- 34
- PR merge metrics
- No merged PRs in 30d
Description
Just use by default ds.t0 as a keyword. Pass directly to the generated integrator underlying the evolution.
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 stroboscopicmap entry point and reading how it creates the underlying generated integrator. Check how ds.t0 is exposed and how integrator keyword arguments are passed; done means t0 defaults to ds.t0 and an explicitly configured value reaches the integrator.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- api
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100