-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pairs
of DimVector do not reflect lookup values
#784
Comments
I guess that indexing the dimvector works with one based indexing, so there is a good reason to have the pairs work the way they are. Feel free to close this issue then :D (though at least it's searchable now) |
If you want the dimensions in there you can have a look at This would give you the keys with the Dimension information. |
I don't think much thought went into it honestly |
We can wrap it with At(16) => 0.151612
At(17) => 0.400987
3 => 0.928486
...
At(25) => 0.656637 But it seems kinda weird, and close to what |
Yeah, as long as direct indexing with |
Not sure if this should happen or not, but see the following MWE:
I would naively expect that the LHS values on the pairs would be from 16 to 25 (that's what OffsetArrays does).
The text was updated successfully, but these errors were encountered: