Skip to content

Commit

Permalink
Fix sample file.
Browse files Browse the repository at this point in the history
  • Loading branch information
shorowit committed Nov 26, 2024
1 parent 9f761b3 commit 5d6f84f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions tasks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2598,9 +2598,8 @@ def create_sample_hpxmls
hpxml_bldg = hpxml.buildings[0]
hpxml.header.energystar_calculation_version = ESConstants::MFOregonWashingtonVer1_2
hpxml_bldg.climate_and_risk_zones.climate_zone_ieccs[0].zone = '4C'
hpxml_bldg.climate_and_risk_zones.weather_station_name = 'Portland, OR'
hpxml_bldg.climate_and_risk_zones.weather_station_epw_filepath = 'USA_OR_Portland.Intl.AP.726980_TMY3.epw'
hpxml_bldg.state_code = 'OR'
hpxml_bldg.zip_code = '97214'
XMLHelper.write_file(hpxml.to_doc, 'workflow/sample_files/base-bldgtype-mf-unit-location-portland-or.xml')

# Reformat real_homes HPXMLs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<SiteID id='SiteID'/>
<Address>
<StateCode>OR</StateCode>
<ZipCode>80019</ZipCode>
<ZipCode>97214</ZipCode>
</Address>
</Site>
<ProjectStatus>
Expand Down

0 comments on commit 5d6f84f

Please sign in to comment.