Skip to content

concatenate of DOK fails #475

Closed
Closed
@dschwoerer

Description

@dschwoerer

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugIndicates an unexpected problem or unintended behavior

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions