Skip to content

Commit c8573ec

Browse files
committed
Bugfix.
1 parent 3773258 commit c8573ec

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

HPXMLtoOpenStudio/measure.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<schema_version>3.1</schema_version>
44
<name>hpxm_lto_openstudio</name>
55
<uid>b1543b30-9465-45ff-ba04-1d1f85e763bc</uid>
6-
<version_id>225857b2-2952-4669-b653-114df08553f2</version_id>
7-
<version_modified>2024-11-27T02:37:01Z</version_modified>
6+
<version_id>34a75333-2784-4c87-a692-4b7e7a1c0fce</version_id>
7+
<version_modified>2024-11-27T03:32:18Z</version_modified>
88
<xml_checksum>D8922A73</xml_checksum>
99
<class_name>HPXMLtoOpenStudio</class_name>
1010
<display_name>HPXML to OpenStudio Translator</display_name>
@@ -393,7 +393,7 @@
393393
<filename>hvac_sizing.rb</filename>
394394
<filetype>rb</filetype>
395395
<usage_type>resource</usage_type>
396-
<checksum>86A7379E</checksum>
396+
<checksum>B1744A25</checksum>
397397
</file>
398398
<file>
399399
<filename>internal_gains.rb</filename>

HPXMLtoOpenStudio/resources/hvac_sizing.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -4411,7 +4411,7 @@ def self.calculate_space_design_temp(mj, location, weather, hpxml_bldg, setpoint
44114411
ua_outside += ua
44124412
when HPXML::LocationConditionedSpace
44134413
ua_conditioned += ua
4414-
when HPXML::LocationGround
4414+
when !HPXML::LocationGround
44154415
fail "Unexpected space ua type: '#{ua_type}'."
44164416
end
44174417
end

0 commit comments

Comments
 (0)