Skip to content

xp.linalg.vecdot should have axis=-1 default #804

Closed
@oleksandr-pavlyk

Description

@oleksandr-pavlyk

xp.linalg.vecdot is documented as alias to xp.vecdot.

However, xp.linalg.vecdot signature uses axis=None default, while xp.vecdot has axis=-1 as the default.

image

image

They should be consistent.

Metadata

Metadata

Assignees

No one assigned

    Labels

    BackportChanges involve backporting to previous versions.bugSomething isn't working.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions