We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While working on #8778 I encountered some places where concat is used internally but the kwargs are not individually settable: stack and groupby.
concat
stack
groupby
#10062 hardcodes them to the old defaults: data_vars="all", coords="different", compat="equals", join="outer"
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.
The text was updated successfully, but these errors were encountered:
merge
combine_*
No branches or pull requests
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
andgroupby
.#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.
The text was updated successfully, but these errors were encountered: