honeybee-energy 1.116.30__py2.py3-none-any.whl → 1.116.32__py2.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.

@@ -878,8 +878,11 @@ class WindowConstruction(_ConstructionBase):
878
878
  frame_strings = frame_pattern.findall(file_contents)
879
879
  frame_materials = []
880
880
  for fr_str in frame_strings:
881
- frame_obj = EnergyWindowFrame.from_idf(fr_str.strip())
882
- frame_materials.append(frame_obj)
881
+ try:
882
+ frame_obj = EnergyWindowFrame.from_idf(fr_str.strip())
883
+ frame_materials.append(frame_obj)
884
+ except AssertionError: # invalid window frame material, continue
885
+ pass
883
886
  # if there's only one frame in the file, assume it applies to all constructions
884
887
  # this is the convention used by LBNL WINDOW
885
888
  if len(frame_materials) == 1:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: honeybee-energy
3
- Version: 1.116.30
3
+ Version: 1.116.32
4
4
  Summary: Energy simulation library for honeybee.
5
5
  Home-page: https://github.com/ladybug-tools/honeybee-energy
6
6
  Author: Ladybug Tools
@@ -14,7 +14,7 @@ Classifier: License :: OSI Approved :: GNU Affero General Public License v3
14
14
  Classifier: Operating System :: OS Independent
15
15
  Description-Content-Type: text/markdown
16
16
  License-File: LICENSE
17
- Requires-Dist: honeybee-core==1.61.17
17
+ Requires-Dist: honeybee-core==1.61.18
18
18
  Requires-Dist: honeybee-standards==2.0.7
19
19
  Provides-Extra: openstudio
20
20
  Requires-Dist: honeybee-openstudio==0.3.9; extra == "openstudio"
@@ -43,7 +43,7 @@ honeybee_energy/construction/dictutil.py,sha256=k8-e6_5W0yOxO9CY95Ww5IA7jqpic9Eb
43
43
  honeybee_energy/construction/dynamic.py,sha256=tKzEOuIdUCGxGjpRJaBfjMIz6Q3d5h5i675SJyTJ3J4,23395
44
44
  honeybee_energy/construction/opaque.py,sha256=HwmWXIdK33Li8bN61QlvxsZBecJVuSqSzVrS6pOwY_w,20228
45
45
  honeybee_energy/construction/shade.py,sha256=OV712l0RIcOYbKTnlZ0mUnM1XvL70vuvtm7yp5vD1a8,12358
46
- honeybee_energy/construction/window.py,sha256=ZMVby9ejWVDGGR60YKsqctjdG_DyPn4ezfKdTGVEtFo,50253
46
+ honeybee_energy/construction/window.py,sha256=bOVTJlvZQwDFM2C0hT08SDB9o_7Me6hMgSC7EUOoWcA,50377
47
47
  honeybee_energy/construction/windowshade.py,sha256=FfiI7O8PaA1oqA5Nc23IiRR6FuffE-5WxclzSnwsQ0c,35384
48
48
  honeybee_energy/generator/__init__.py,sha256=oP95uJfNAf5t6HxnQhKZPhNd3MthO4VzpoTq2Q_OAgE,164
49
49
  honeybee_energy/generator/loadcenter.py,sha256=nyMyTcmD4wgsQM5MAu_hlctyAtU8QrVU-p4tgMEA73E,9150
@@ -156,9 +156,9 @@ honeybee_energy/ventcool/opening.py,sha256=ZywoADlNQ6_8OfjV71ZUpbCAetQrRVj7aprBj
156
156
  honeybee_energy/ventcool/simulation.py,sha256=gMF4sgCQ5R4iFWPnvvB3wxgeP_zEwnWl71ObIIe4XGU,14423
157
157
  tests/fixtures/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
158
158
  tests/fixtures/userdata_fixtures.py,sha256=yDvBR6nsltel_U8hUoUsJ6yufPKTR7Wnsgxe68HtswQ,313
159
- honeybee_energy-1.116.30.dist-info/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
160
- honeybee_energy-1.116.30.dist-info/METADATA,sha256=-JMN5s-5Adcpct1W2HEG8AMLEvuu7yFqYalzgk_S4g8,3575
161
- honeybee_energy-1.116.30.dist-info/WHEEL,sha256=AHX6tWk3qWuce7vKLrj7lnulVHEdWoltgauo8bgCXgU,109
162
- honeybee_energy-1.116.30.dist-info/entry_points.txt,sha256=QOMJbH-StaxT4hCjskZtqetNCMNioP3ZiuhoLQ6MANc,63
163
- honeybee_energy-1.116.30.dist-info/top_level.txt,sha256=V9Lz0281hfT83Fy0fSdn_6vwRK9vTQe1_LQXd0_-gAI,22
164
- honeybee_energy-1.116.30.dist-info/RECORD,,
159
+ honeybee_energy-1.116.32.dist-info/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
160
+ honeybee_energy-1.116.32.dist-info/METADATA,sha256=UZFMjnV_lrg5N7R56H-ReCIOc-EyKwgLzgGRmBFbnm0,3575
161
+ honeybee_energy-1.116.32.dist-info/WHEEL,sha256=AHX6tWk3qWuce7vKLrj7lnulVHEdWoltgauo8bgCXgU,109
162
+ honeybee_energy-1.116.32.dist-info/entry_points.txt,sha256=QOMJbH-StaxT4hCjskZtqetNCMNioP3ZiuhoLQ6MANc,63
163
+ honeybee_energy-1.116.32.dist-info/top_level.txt,sha256=V9Lz0281hfT83Fy0fSdn_6vwRK9vTQe1_LQXd0_-gAI,22
164
+ honeybee_energy-1.116.32.dist-info/RECORD,,