Skip to content

Commit

Permalink
Misc changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
lymereJ committed Nov 13, 2023
1 parent 4c3800c commit 003e1af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions database_tables/hvac_minimum_requirement_boilers.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
minimum_combustion_efficiency,
annotation
)
VALUES (?, ?, ?, ? ,? , ?, ?, ?, ?, ?, ?, ?, ?);
VALUES (?, ?, ?, ? , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?);
"""

RECORD_TEMPLATE = {
Expand Down Expand Up @@ -134,8 +134,8 @@ def _preprocess_record(self, record):
return (
getattr_either("template", record),
getattr_either("fluid_type", record),
getattr_either("draft_type", record),
getattr_either("fuel_type", record),
getattr_either("draft_type", record),
getattr_either("condensing", record),
getattr_either("condensing_control", record),
getattr_either("minimum_capacity", record),
Expand Down

0 comments on commit 003e1af

Please sign in to comment.