-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Indexed assignment with logical indices: subarray.jl error #45903
Comments
mbauman
added a commit
to mbauman/julia
that referenced
this issue
Jul 1, 2022
KristofferC
pushed a commit
that referenced
this issue
Jul 5, 2022
KristofferC
pushed a commit
that referenced
this issue
Jul 6, 2022
as reported in https://discourse.julialang.org/t/indexed-assignment-with-logical-indices-subarray-jl-error/83646 (cherry picked from commit 89bdcce)
ffucci
pushed a commit
to ffucci/julia
that referenced
this issue
Aug 11, 2022
pcjentsch
pushed a commit
to pcjentsch/julia
that referenced
this issue
Aug 18, 2022
KristofferC
pushed a commit
that referenced
this issue
Dec 21, 2022
as reported in https://discourse.julialang.org/t/indexed-assignment-with-logical-indices-subarray-jl-error/83646 (cherry picked from commit 89bdcce)
KristofferC
pushed a commit
that referenced
this issue
Dec 21, 2022
as reported in https://discourse.julialang.org/t/indexed-assignment-with-logical-indices-subarray-jl-error/83646 (cherry picked from commit 89bdcce)
KristofferC
pushed a commit
that referenced
this issue
Dec 21, 2022
as reported in https://discourse.julialang.org/t/indexed-assignment-with-logical-indices-subarray-jl-error/83646 (cherry picked from commit 89bdcce)
staticfloat
pushed a commit
that referenced
this issue
Dec 23, 2022
as reported in https://discourse.julialang.org/t/indexed-assignment-with-logical-indices-subarray-jl-error/83646 (cherry picked from commit 89bdcce)
KristofferC
pushed a commit
that referenced
this issue
Oct 10, 2023
as reported in https://discourse.julialang.org/t/indexed-assignment-with-logical-indices-subarray-jl-error/83646 (cherry picked from commit 89bdcce)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I have run into the following error:
I have a BitArray whose entries I want to change based on another array
This yields the error message:
The indexing works without an error, the error only appears when I try to assign the new value.
Also, using Cartesian indices instead produces the expected result:
The text was updated successfully, but these errors were encountered: