Skip to content

Commit

Permalink
Revert temp change.
Browse files Browse the repository at this point in the history
  • Loading branch information
shorowit committed Oct 22, 2024
1 parent 1b54249 commit ffc33cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion HPXMLtoOpenStudio/measure.rb
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def run(model, runner, user_arguments)
Outputs.apply_ems_programs(model, hpxml_osm_map, hpxml.header, args[:add_component_loads])
Outputs.apply_output_file_controls(model, args[:debug])
Outputs.apply_additional_properties(model, hpxml, hpxml_osm_map, args[:hpxml_path], args[:building_id], args[:hpxml_defaults_path])
Outputs.apply_ems_debug_output(model) # Uncomment to debug EMS
# Outputs.apply_ems_debug_output(model) # Uncomment to debug EMS

# Write output files
Outputs.write_debug_files(runner, model, args[:debug], args[:output_dir], epw_path)
Expand Down
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>4599ec47-df00-4af8-920a-2a4c460640d9</version_id>
<version_modified>2024-10-22T18:46:21Z</version_modified>
<version_id>54ae38c4-6775-4e67-bf97-f459eb7c3581</version_id>
<version_modified>2024-10-22T18:50:09Z</version_modified>
<xml_checksum>D8922A73</xml_checksum>
<class_name>HPXMLtoOpenStudio</class_name>
<display_name>HPXML to OpenStudio Translator</display_name>
Expand Down Expand Up @@ -183,7 +183,7 @@
<filename>measure.rb</filename>
<filetype>rb</filetype>
<usage_type>script</usage_type>
<checksum>33FF636A</checksum>
<checksum>E1E63AE7</checksum>
</file>
<file>
<filename>airflow.rb</filename>
Expand Down

0 comments on commit ffc33cb

Please sign in to comment.