honeybee-energy 1.116.64__py3-none-any.whl → 1.116.66__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of honeybee-energy might be problematic. Click here for more details.

@@ -78,6 +78,25 @@ class ModelEnergyProperties(object):
78
78
  * ventilation_simulation_control
79
79
  * electric_load_center
80
80
  """
81
+ # dictionary mapping validation error codes to a corresponding check function
82
+ ERROR_MAP = {
83
+ '020001': 'check_duplicate_material_identifiers',
84
+ '020002': 'check_duplicate_construction_identifiers',
85
+ '020003': 'check_duplicate_construction_set_identifiers',
86
+ '020004': 'check_duplicate_schedule_type_limit_identifiers',
87
+ '020005': 'check_duplicate_schedule_identifiers',
88
+ '020006': 'check_duplicate_program_type_identifiers',
89
+ '020007': 'check_duplicate_hvac_identifiers',
90
+ '020008': 'check_duplicate_shw_identifiers',
91
+ '020009': 'check_shw_rooms_in_model',
92
+ '020010': 'check_one_vegetation_material',
93
+ '020011': 'check_detailed_hvac_rooms',
94
+ '020012': 'check_detailed_hvac_rooms',
95
+ '020013': 'check_detailed_hvac_rooms',
96
+ '020014': 'check_all_zones_have_one_hvac',
97
+ '020101': 'check_maximum_elevation',
98
+ '020201': 'check_interior_constructions_reversed'
99
+ }
81
100
 
82
101
  def __init__(
83
102
  self, host, ventilation_simulation_control=None, electric_load_center=None):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: honeybee-energy
3
- Version: 1.116.64
3
+ Version: 1.116.66
4
4
  Summary: Energy simulation library for honeybee.
5
5
  Home-page: https://github.com/ladybug-tools/honeybee-energy
6
6
  Author: Ladybug Tools
@@ -18,7 +18,7 @@ Classifier: Programming Language :: Python :: Implementation :: IronPython
18
18
  Classifier: Operating System :: OS Independent
19
19
  Description-Content-Type: text/markdown
20
20
  License-File: LICENSE
21
- Requires-Dist: honeybee-core==1.61.35
21
+ Requires-Dist: honeybee-core==1.62.1
22
22
  Requires-Dist: honeybee-standards==2.0.7
23
23
  Provides-Extra: standards
24
24
  Requires-Dist: honeybee-energy-standards==2.3.0; extra == "standards"
@@ -115,7 +115,7 @@ honeybee_energy/properties/aperture.py,sha256=lR2zMmGg-c0uhAiIq26Rk3iAV0_v-c6kiI
115
115
  honeybee_energy/properties/door.py,sha256=IYNOkzLWJG5c4_EsHc1avWzZ-08a2RfjV0WzfivIvwc,15622
116
116
  honeybee_energy/properties/extension.py,sha256=ILzHYtu5Y_KCOUixipWY9NTJHFgvZI7v27sDcFLuSmg,8539
117
117
  honeybee_energy/properties/face.py,sha256=-7lj9_fzoGQ0QhGo_f7U6gUuB3Xy87fpgwSYnVWwZ8s,11400
118
- honeybee_energy/properties/model.py,sha256=vpXHFFCwmRHBrj3U_CSKbNtEqQNVt5lRNABfTWC9UnY,130477
118
+ honeybee_energy/properties/model.py,sha256=F8c9h86NItDb1Mf55JtCB5EbM-dXm083gDfgSfytp-M,131457
119
119
  honeybee_energy/properties/room.py,sha256=QAVRTWQKuSRHH7-nGx74q3UuaLfb01ZIbvixFTup9Ew,82311
120
120
  honeybee_energy/properties/shade.py,sha256=Aj1RZh2KSkVMn5VT_QUckF_5R3I0O3b35EabqaI2i5g,14107
121
121
  honeybee_energy/properties/shademesh.py,sha256=ykbs4llT86C_U5BhQy2EbINewfg9eVxiPaq5yCRhud8,11486
@@ -154,9 +154,9 @@ honeybee_energy/ventcool/crack.py,sha256=hloslLEQfmh74XxJF-7nDBDzsLScYVvXIHg4URC
154
154
  honeybee_energy/ventcool/fan.py,sha256=0Qr-TVz_-QzcUbzV6lx5OqQAxjWZIy47jVobCOTfH5s,21434
155
155
  honeybee_energy/ventcool/opening.py,sha256=ZywoADlNQ6_8OfjV71ZUpbCAetQrRVj7aprBjTKW9m0,17376
156
156
  honeybee_energy/ventcool/simulation.py,sha256=gMF4sgCQ5R4iFWPnvvB3wxgeP_zEwnWl71ObIIe4XGU,14423
157
- honeybee_energy-1.116.64.dist-info/licenses/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
158
- honeybee_energy-1.116.64.dist-info/METADATA,sha256=tnwO90cw1UTrOWlFlfW1wbeR_rDr3WIQe-zL5DBwNa4,4246
159
- honeybee_energy-1.116.64.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
160
- honeybee_energy-1.116.64.dist-info/entry_points.txt,sha256=QOMJbH-StaxT4hCjskZtqetNCMNioP3ZiuhoLQ6MANc,63
161
- honeybee_energy-1.116.64.dist-info/top_level.txt,sha256=pVCYGFn9C9CnDch1nHQWJkkh_2JStCZsSD6SKX0fM_Q,16
162
- honeybee_energy-1.116.64.dist-info/RECORD,,
157
+ honeybee_energy-1.116.66.dist-info/licenses/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
158
+ honeybee_energy-1.116.66.dist-info/METADATA,sha256=DBdbEE4A5GmLXYQ9jzxQqQ2yA91smtJ8kWKYMFwPcOg,4245
159
+ honeybee_energy-1.116.66.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
160
+ honeybee_energy-1.116.66.dist-info/entry_points.txt,sha256=QOMJbH-StaxT4hCjskZtqetNCMNioP3ZiuhoLQ6MANc,63
161
+ honeybee_energy-1.116.66.dist-info/top_level.txt,sha256=pVCYGFn9C9CnDch1nHQWJkkh_2JStCZsSD6SKX0fM_Q,16
162
+ honeybee_energy-1.116.66.dist-info/RECORD,,