Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove GSHP debug statement in test_hvac_sizing #1912

Merged
merged 2 commits into from
Jan 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions HPXMLtoOpenStudio/measure.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<schema_version>3.1</schema_version>
<name>hpxm_lto_openstudio</name>
<uid>b1543b30-9465-45ff-ba04-1d1f85e763bc</uid>
<version_id>91300748-a892-49a6-9585-c4dc7effafce</version_id>
<version_modified>2025-01-11T01:02:08Z</version_modified>
<version_id>ddf8813a-f35c-400b-890b-d26121d86506</version_id>
<version_modified>2025-01-17T00:21:50Z</version_modified>
<xml_checksum>D8922A73</xml_checksum>
<class_name>HPXMLtoOpenStudio</class_name>
<display_name>HPXML to OpenStudio Translator</display_name>
Expand Down Expand Up @@ -699,7 +699,7 @@
<filename>test_hvac_sizing.rb</filename>
<filetype>rb</filetype>
<usage_type>test</usage_type>
<checksum>E018D108</checksum>
<checksum>DF5913B9</checksum>
</file>
<file>
<filename>test_lighting.rb</filename>
Expand Down
1 change: 0 additions & 1 deletion HPXMLtoOpenStudio/tests/test_hvac_sizing.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ def test_hvac_configurations
args_hash = { 'hpxml_path' => File.absolute_path(@tmp_hpxml_path),
'skip_validation' => true }
Dir["#{@sample_files_path}/base-hvac*.xml"].each do |hvac_hpxml|
next unless hvac_hpxml.include? 'ground-to-air'
next if (hvac_hpxml.include? 'autosize')
next if hvac_hpxml.include? 'detailed-performance' # Autosizing not allowed

Expand Down
Loading