JuliaArrays / JuliaArrays/AxisArrays.jl

More than one datapoint lies on axis value

Open
#165 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.