Commit 219d5c1
Simplify DataTree handling in maybe_transpose_dims
Use single map_over_datasets call instead of two separate calls.
map_over_datasets supports tuple returns and unpacks them automatically,
making the explicit lambda extraction unnecessary.
Co-authored-by: Claude <[email protected]>1 parent 51084f3 commit 219d5c1
1 file changed
+2
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
| 115 | + | |
| 116 | + | |
124 | 117 | | |
125 | 118 | | |
126 | 119 | | |
| |||
0 commit comments