Skip to content

Tracking internal uses of concat that don't allow setting all the kwargs #10095

Open
@jsignell

Description

@jsignell

What is your issue?

While working on #8778 I encountered some places where concat is used internally but the kwargs are not individually settable: stack and groupby.

#10062 hardcodes them to the old defaults: data_vars="all", coords="different", compat="equals", join="outer"

@dcherian mentioned (https://github.com/pydata/xarray/pull/10062/files#r1978040669) that we might want stricter behavior.

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