Skip to content

Make combine_axes and split_axes more consistent #1039

Open
@gdementen

Description

@gdementen

Array.combine_axes does not have a name argument (we need to use the dict form to provide names) whereas Array.split_axes has a names argument. We should either add a name argument to combine_axes, or require the dict form in split_axes to name the resulting axes explicitly (i.e. remove the names argument in split_axes). Unsure which.

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