Skip to content

Commit 6244d97

Browse files
committed
Tiny cleanup. [ci skip]
1 parent cdbc4ec commit 6244d97

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

Changelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ __New Features__
1414
- Output updates:
1515
- **Breaking change**: Adds generator electricity produced to *total* fuel/energy use; previously it was only included in *net* values.
1616
- Adds new outputs for *net* peak electricity (summer/winter/annual); same as *total* peak electricity outputs but subtracts power produced by PV.
17-
- Allows arbitrary columns to be present in the schedule file with warning.
17+
- Allows arbitrary columns to be present in a detailed schedule csv file with warning.
1818

1919
__Bugfixes__
2020
- Fixes zero occupants specified for one unit in a whole MF building from being treated like zero occupants for every unit.

HPXMLtoOpenStudio/measure.xml

+4-4
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>66547fd4-aed2-4018-b62c-b42f1be47c6f</version_id>
7-
<version_modified>2025-03-12T01:36:17Z</version_modified>
6+
<version_id>32de2cef-2381-4f59-83d6-68aa71e42a49</version_id>
7+
<version_modified>2025-03-13T00:04:23Z</version_modified>
88
<xml_checksum>D8922A73</xml_checksum>
99
<class_name>HPXMLtoOpenStudio</class_name>
1010
<display_name>HPXML to OpenStudio Translator</display_name>
@@ -633,7 +633,7 @@
633633
<filename>schedules.rb</filename>
634634
<filetype>rb</filetype>
635635
<usage_type>resource</usage_type>
636-
<checksum>D2EF0FF6</checksum>
636+
<checksum>BA4E17C6</checksum>
637637
</file>
638638
<file>
639639
<filename>simcontrols.rb</filename>
@@ -783,7 +783,7 @@
783783
<filename>test_validation.rb</filename>
784784
<filetype>rb</filetype>
785785
<usage_type>test</usage_type>
786-
<checksum>06CA5017</checksum>
786+
<checksum>F43A4E45</checksum>
787787
</file>
788788
<file>
789789
<filename>test_vehicle.rb</filename>

HPXMLtoOpenStudio/resources/schedules.rb

+3-1
Original file line numberDiff line numberDiff line change
@@ -1080,8 +1080,10 @@ def includes_col_name(col_name)
10801080
return false
10811081
end
10821082

1083-
# Assemble schedules from all detailed schedule CSVs into a hash.
1083+
# Assemble schedules from all detailed schedule CSVs into a hash and perform various
1084+
# error-checks and data validation.
10841085
#
1086+
# @param runner [OpenStudio::Measure::OSRunner] Object typically used to display warnings
10851087
# @param schedules_paths [Array<String>] array of file paths pointing to detailed schedule CSVs
10861088
# @return [nil]
10871089
def import(runner, schedules_paths)

0 commit comments

Comments
 (0)