ladybug-tools / ladybug-tools/ladybug
Support for different data_types SQLiteResult.data_collections_by_output_name
Open
@chriswmackey is already working on this.
Since Aug 25, 2022.
bug
- Dominant language
- Python
- Stars
- 228
- Forks
- 62
- Avg merge
- 2h 19m
- Merged PRs (30d)
- 3
Description
Hi,
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.
Kind regards,
Marc
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.