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

'COO' object has no attribute 'flatten' #316

Closed
crumleyc opened this issue Jan 25, 2020 · 1 comment · Fixed by #317
Closed

'COO' object has no attribute 'flatten' #316

crumleyc opened this issue Jan 25, 2020 · 1 comment · Fixed by #317

Comments

@crumleyc
Copy link

crumleyc commented Jan 25, 2020

I am trying to compute the outer product between a dask array (a) and a COO sparse array (b) by calling da.outer(a,b). It looks like it is using the correct protocol, I am just wondering if there is a better way to go about this? Also please let me know if I need to provide any more information.

@hameerabbasi
Copy link
Collaborator

da.outer should now work on a sparse dask array and a sparse array.

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

Successfully merging a pull request may close this issue.

2 participants