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

concatenate of DOK fails #475

Closed
dschwoerer opened this issue May 12, 2021 · 0 comments · Fixed by #476
Closed

concatenate of DOK fails #475

dschwoerer opened this issue May 12, 2021 · 0 comments · Fixed by #476
Labels
bug Indicates an unexpected problem or unintended behavior

Comments

@dschwoerer
Copy link

Describe the bug
concatentating a DOK fails

To Reproduce

import sparse
import numpy as np

x = np.eye(4)
x = sparse.DOK.from_numpy(x)
sparse.concatenate([x])

Expected behavior
Similar result to COO version, i.e. combined array

System

  • OS and version: Fedora 33
  • sparse version (current master)
  • NumPy version (1.19.4)
  • Numba version (0.53.1)
@dschwoerer dschwoerer added the bug Indicates an unexpected problem or unintended behavior label May 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or unintended behavior
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant