8000 BUG: np.broadcast(1, **{}) raises ValueError: keyword arguments not accepted. · Issue #13455 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content
BUG: np.broadcast(1, **{}) raises ValueError: keyword arguments not accepted. #13455
Closed
@brilee

Description

@brilee

if (kwds != NULL) {
shouldn't be directly comparing to NULL; it should be checking that the kwargs dictionary is len 0 or something like that.

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