Uh oh!
There was an error while loading. Please reload this page.
add a combine_attrs option to open_mfdataset - #4971
Conversation
mathause
commented
Feb 28, 2021
The motivation for The current behavior is |
keewis
commented
Feb 28, 2021
for the main object, yes, but for the variables of that object We might eventually want to switch both to |
keewis
commented
Mar 31, 2021
I decided to change the default from I guess that means that unless the CI fails this should be ready for review / merging? |
keewis
commented
Mar 31, 2021
(the RTD build fails because |
keewis
commented
Apr 3, 2021
Uh oh!
There was an error while loading. Please reload this page.
In order to fix the failing tests in #4902 we need to expose
combine_attrsto be able to properly construct the expected result (to be passed through to the combine function).This overlaps with the fallback of the
attrs_filecode, which I removed for now. Maybecombine_attrs="override"would be better?pre-commit run --all-fileswhats-new.rst