You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix reshape crash in _add_inferred_data_vars with multiple parents
Check inferred parameter data size against the xr_dataset dimensions
directly instead of iterating over individual parent sizes. The previous
logic could match a parent whose size differed from the dataset grid,
causing a ValueError on reshape.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments