Skip to content
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

Assignment with Intervals gives error. #223

Open
cmichelenstrofer opened this issue Jul 17, 2023 · 0 comments
Open

Assignment with Intervals gives error. #223

cmichelenstrofer opened this issue Jul 17, 2023 · 0 comments

Comments

@cmichelenstrofer
Copy link
Contributor

I'm trying to assign values using intervals, but get an error. Is this a bug?

julia> B = AxisArray(randn(3,2))
julia> B[row=1..2, col=2] = [0.2, 0.3]

UndefVarError: `..` not defined

top-level scope@[Local: 1](http://localhost:1234/edit?id=4a47ab24-2408-11ee-1558-2b8ee5dbdb82#)[inlined]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant