honeybee-energy 1.116.50__py2.py3-none-any.whl → 1.116.51__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.
- honeybee_energy/result/loadbalance.py +2 -2
- {honeybee_energy-1.116.50.dist-info → honeybee_energy-1.116.51.dist-info}/METADATA +1 -1
- {honeybee_energy-1.116.50.dist-info → honeybee_energy-1.116.51.dist-info}/RECORD +7 -7
- {honeybee_energy-1.116.50.dist-info → honeybee_energy-1.116.51.dist-info}/LICENSE +0 -0
- {honeybee_energy-1.116.50.dist-info → honeybee_energy-1.116.51.dist-info}/WHEEL +0 -0
- {honeybee_energy-1.116.50.dist-info → honeybee_energy-1.116.51.dist-info}/entry_points.txt +0 -0
- {honeybee_energy-1.116.50.dist-info → honeybee_energy-1.116.51.dist-info}/top_level.txt +0 -0
|
@@ -785,9 +785,9 @@ class LoadBalance(object):
|
|
|
785
785
|
"""
|
|
786
786
|
# match the data collections to the rooms
|
|
787
787
|
if surface_flow_data is None or len(surface_flow_data) == 0:
|
|
788
|
-
return None
|
|
788
|
+
return [None] * 7
|
|
789
789
|
base_data = surface_flow_data[0]
|
|
790
|
-
values = [0
|
|
790
|
+
values = [0] * len(base_data)
|
|
791
791
|
|
|
792
792
|
# compute the total values of the load
|
|
793
793
|
window_vals, wall_vals, roof_vals, floor_vals = (values[:] for i in range(4))
|
|
@@ -125,7 +125,7 @@ honeybee_energy/result/emissions.py,sha256=ftb5ogxBhmZFLgwOaDkTwocfoQXQsf99jQlNU
|
|
|
125
125
|
honeybee_energy/result/err.py,sha256=xdxtpZFMbX2_hoCSPFgmgiOZzhSX1NCLNj3PkC8xjHc,3312
|
|
126
126
|
honeybee_energy/result/eui.py,sha256=L3uWBoB6pE46seS9u6_791EhcZ7JGp2ZJgaXKM3kP5Y,4327
|
|
127
127
|
honeybee_energy/result/generation.py,sha256=fKoBq4CslK9IL-b3HpArY7d2XVuKcs9iYyzLkTPig10,7006
|
|
128
|
-
honeybee_energy/result/loadbalance.py,sha256=
|
|
128
|
+
honeybee_energy/result/loadbalance.py,sha256=PcTPL3upflBQGWG-YLQmFEPpy8tvzivxoNCrLVwxI6U,42544
|
|
129
129
|
honeybee_energy/result/match.py,sha256=wIYcJN8p1vPwyfJZ8AyOz7tYJkE239eFfd7iN5TVgsc,9284
|
|
130
130
|
honeybee_energy/result/osw.py,sha256=5j1Vs2P8iGb16rgK1LyDPi1jb4VRsoSIMJgp2cYrhH4,2672
|
|
131
131
|
honeybee_energy/result/rdd.py,sha256=V9Cik36DFslLm3SKMPBHA1ES4xbX5kgU7z0oQjqUVJU,1873
|
|
@@ -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.
|
|
160
|
-
honeybee_energy-1.116.
|
|
161
|
-
honeybee_energy-1.116.
|
|
162
|
-
honeybee_energy-1.116.
|
|
163
|
-
honeybee_energy-1.116.
|
|
164
|
-
honeybee_energy-1.116.
|
|
159
|
+
honeybee_energy-1.116.51.dist-info/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
|
|
160
|
+
honeybee_energy-1.116.51.dist-info/METADATA,sha256=AT7tTgyAYNQX1xi3161giRxbZpayVbp-9eClTnFz9qg,3635
|
|
161
|
+
honeybee_energy-1.116.51.dist-info/WHEEL,sha256=AHX6tWk3qWuce7vKLrj7lnulVHEdWoltgauo8bgCXgU,109
|
|
162
|
+
honeybee_energy-1.116.51.dist-info/entry_points.txt,sha256=QOMJbH-StaxT4hCjskZtqetNCMNioP3ZiuhoLQ6MANc,63
|
|
163
|
+
honeybee_energy-1.116.51.dist-info/top_level.txt,sha256=V9Lz0281hfT83Fy0fSdn_6vwRK9vTQe1_LQXd0_-gAI,22
|
|
164
|
+
honeybee_energy-1.116.51.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|