Skip to content

Commit

Permalink
Update arguments.
Browse files Browse the repository at this point in the history
  • Loading branch information
shorowit committed Sep 17, 2024
1 parent f12ecdb commit 8d5e26f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rulesets/resources/301ruleset.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def self.apply_ruleset(hpxml, calc_type, weather, iecc_version, egrid_subregion,
end

# Add HPXML defaults to, e.g., ERIRatedHome.xml
HPXMLDefaults.apply(nil, hpxml, hpxml.buildings[0], @eri_version, @weather, convert_shared_systems: false)
HPXMLDefaults.apply(nil, hpxml, hpxml.buildings[0], @weather, convert_shared_systems: false)

# Ensure two otherwise identical HPXML files don't differ by create time
hpxml.header.created_date_and_time = create_time
Expand Down

0 comments on commit 8d5e26f

Please sign in to comment.