Commit ede540f
authored
Fix expression merge with outer join for disjoint coordinates (#514)
* fix: explicitly set outer join for expression merge
Set join="outer" when merging expressions without common coordinate
structure to ensure consistent behavior across xarray versions and
properly handle expressions with disjoint coordinates.
* doc: add release note for outer join fix in expression merge1 parent 7c9206e commit ede540f
2 files changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1999 | 1999 | | |
2000 | 2000 | | |
2001 | 2001 | | |
| 2002 | + | |
| 2003 | + | |
2002 | 2004 | | |
2003 | 2005 | | |
2004 | 2006 | | |
| |||
0 commit comments