-
Notifications
You must be signed in to change notification settings - Fork 42
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
Code in README no longer works #127
Comments
Open
Thoughts @mbauman? |
Good catch! That example should be changed to |
The original |
Yes, at least for anything that's not a |
yakir12
added a commit
to yakir12/AxisArrays.jl
that referenced
this issue
Feb 15, 2018
In reference to issue JuliaArrays#127
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The last example in the readme:
doesn't work under Julia 0.6. It gives a bounds error:
I believe this is due to
eachindex
returning a single value instead of a tuple. This is likely because it is using fast linear indexing instead of Cartesian indexing. What would the updated version of this code look like? @timholyThe text was updated successfully, but these errors were encountered: