Skip to content

Commit

Permalink
Merge branch 'unconditioned_basement_bugfix' of https://github.com/NR…
Browse files Browse the repository at this point in the history
  • Loading branch information
shorowit committed Apr 9, 2019
2 parents 348183d + d492512 commit e92e6a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion measure.rb
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def self.create(hpxml_doc, runner, model, weather, map_tsv_dir)
@ncfl = building_construction_values[:number_of_conditioned_floors]
@nbeds = building_construction_values[:number_of_bedrooms]
@garage_present = building_construction_values[:garage_present]
foundation_values = HPXML.get_foundation_values(foundation: building.elements["BuildingDetails/Enclosure/Foundations/FoundationType/Basement[Conditioned='false']"])
foundation_values = HPXML.get_foundation_values(foundation: building.elements["BuildingDetails/Enclosure/Foundations/Foundation[FoundationType/Basement[Conditioned='false']]"])
@has_uncond_bsmnt = (not foundation_values.nil?)
climate_and_risk_zones_values = HPXML.get_climate_and_risk_zones_values(climate_and_risk_zones: building.elements["BuildingDetails/ClimateandRiskZones"])
@iecc_zone_2006 = climate_and_risk_zones_values[:iecc2006]
Expand Down

0 comments on commit e92e6a2

Please sign in to comment.