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
When parsing a list with outputs to SQLiteResult.data_collections_by_output_name like this; ["Zone Mean Air Temperature", "Zone Air Relative Humidity"]
it returns the data collections, but the RH data collections have Temperature as their data_type instead of Fraction. It seems the data_type part of the header is of the first item is duplicated to all other items.
Fyi: when setting the _output_names to list access on the HB Read Custom Result Grasshopper component the same issue appears.