-
Notifications
You must be signed in to change notification settings - Fork 29
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: dask: asarray
should not materialize the graph
#235
Conversation
c554947
to
a46f8a8
Compare
2053f7f
to
8f8ea9c
Compare
da.asarray
should not materialize the graphda.asarray
should not materialize the graph
517d0c8
to
ebfefc9
Compare
da.asarray
should not materialize the graphasarray
should not materialize the graph
7676d2f
to
e38c2db
Compare
e38c2db
to
6d23faa
Compare
@ev-br this is ready for review and merge |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The testing pattern is a bit bizzare, I've to admit. Would be nice if there was a way to make a little more "boring" and explicit.
I've replaced the fixture with a context manager to make it clearer. |
6d31444
to
c94ec0b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @crusaderky !
xp.asarray
applied to a dask array materializes the graph.