JuliaArrays / JuliaArrays/AxisArrays.jl
More than one datapoint lies on axis value
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 207
- Forks
- 41
- PR merge metrics
- No merged PRs in 30d
Description
Hi, thanks for this great package!
More of a question rather than an issue. I have often cases (with ODE solutions) when two or more values correspond to the same time point. Currently accessing this timepoint with atvalue leads to the following error:
julia> arr[atvalue(2.0)]
ERROR: more than one datapoint lies on axis value TolValue(2.0, tol=2.9802322387695312e-8); use an interval to return all values
What is a good way to handle it (access one of the values or both)?
Contributor guide
No contributing guide indexed for this repository
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 reviewing the atvalue call and the error message about using an interval. Clarify whether the desired behavior is selecting one datapoint or returning all matching values, then determine and test the appropriate interface for that choice.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- data
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100