Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ladybug/sql.py
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,7 @@ def data_collections_by_output_name_run_period(self, output_name, run_period_ind

# extract all data of the relevant type from ReportData
rel_indices = tuple(row[0] for row in header_rows)
rel_indices = str(rel_indices).replace(',)', ')')
query = 'SELECT ReportData.Value, ReportData.TimeIndex ' \
'FROM ReportData ' \
'INNER JOIN Time ON ReportData.TimeIndex=Time.TimeIndex ' \
Expand Down