8000 operator.concat does not concatenate ndarrays · Issue #16489 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

operator.concat does not concatenate ndarrays #16489

@eric-wieser

Description

@eric-wieser

I doubt we can really do anything about this, but may as well have an issue filed in case anyone wants to try and fix it upstream:

>>> import operator
>>> import numpy as np
>>> operator.concat(np.arange(3), np.arange(3))
array([0, 2, 4])

Here, operator.concat is just performing addition.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0