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
There is also a further issue, that get_parameter_data will not display parameter data for inferred_from parameters by default. Since this function is used in to_xarray_dataset this also means that inferred_from data will not appear in the associated xarray dataset even if it is captured in the Qcodes dataset
This happens because get_parameter_data uses Interdependencies_.non_dependencies to identify top_level params, which will not include anything from the inferences dict.