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
Handle multiple inferred-from parents in _add_inferred_data_vars
Instead of assuming a single parent by taking inferred_from_params[0],
iterate over all inferred-from parents and use the first one whose
flattened data size matches. Log a warning listing all available parents
when no match is found.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments