Commit 6244d97 1 parent cdbc4ec commit 6244d97 Copy full SHA for 6244d97
File tree 3 files changed +8
-6
lines changed
3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ __New Features__
14
14
- Output updates:
15
15
- ** Breaking change** : Adds generator electricity produced to * total* fuel/energy use; previously it was only included in * net* values.
16
16
- 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.
18
18
19
19
__ Bugfixes__
20
20
- Fixes zero occupants specified for one unit in a whole MF building from being treated like zero occupants for every unit.
Original file line number Diff line number Diff line change 3
3
<schema_version >3.1</schema_version >
4
4
<name >hpxm_lto_openstudio</name >
5
5
<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 >
8
8
<xml_checksum >D8922A73</xml_checksum >
9
9
<class_name >HPXMLtoOpenStudio</class_name >
10
10
<display_name >HPXML to OpenStudio Translator</display_name >
633
633
<filename >schedules.rb</filename >
634
634
<filetype >rb</filetype >
635
635
<usage_type >resource</usage_type >
636
- <checksum >D2EF0FF6 </checksum >
636
+ <checksum >BA4E17C6 </checksum >
637
637
</file >
638
638
<file >
639
639
<filename >simcontrols.rb</filename >
783
783
<filename >test_validation.rb</filename >
784
784
<filetype >rb</filetype >
785
785
<usage_type >test</usage_type >
786
- <checksum >06CA5017 </checksum >
786
+ <checksum >F43A4E45 </checksum >
787
787
</file >
788
788
<file >
789
789
<filename >test_vehicle.rb</filename >
Original file line number Diff line number Diff line change @@ -1080,8 +1080,10 @@ def includes_col_name(col_name)
1080
1080
return false
1081
1081
end
1082
1082
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.
1084
1085
#
1086
+ # @param runner [OpenStudio::Measure::OSRunner] Object typically used to display warnings
1085
1087
# @param schedules_paths [Array<String>] array of file paths pointing to detailed schedule CSVs
1086
1088
# @return [nil]
1087
1089
def import ( runner , schedules_paths )
You can’t perform that action at this time.
0 commit comments