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

Bug: dest .= lazy is not dest .= LazyArray(lazy) #60

Open
tkf opened this issue Sep 17, 2019 · 0 comments
Open

Bug: dest .= lazy is not dest .= LazyArray(lazy) #60

tkf opened this issue Sep 17, 2019 · 0 comments

Comments

@tkf
Copy link
Member

tkf commented Sep 17, 2019

I think this (@test_skip) should be fixed:

@testset ".= LazyArray(@~ $label)" begin
actual = zero(desired)
actual .= LazyArray(lazy)
@test_skip actual == desired # should work
@test actual desired
end

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