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

bit mask assignment is broken #181

Closed
ghost opened this issue Nov 29, 2017 · 0 comments
Closed

bit mask assignment is broken #181

ghost opened this issue Nov 29, 2017 · 0 comments

Comments

@ghost
Copy link

ghost commented Nov 29, 2017

a = rand(AFArray, 10)
a[a.<0.5] = 0 # broken
a[find(a.<0.5)] = 0 # works

mentioned in #180

@ghost ghost mentioned this issue Dec 7, 2017
@ghost ghost closed this as completed in 92de2d9 Dec 7, 2017
This issue was closed.
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

0 participants