honeybee-energy 1.116.58__py2.py3-none-any.whl → 1.116.59__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.
- honeybee_energy/writer.py +7 -0
- {honeybee_energy-1.116.58.dist-info → honeybee_energy-1.116.59.dist-info}/METADATA +1 -1
- {honeybee_energy-1.116.58.dist-info → honeybee_energy-1.116.59.dist-info}/RECORD +7 -7
- {honeybee_energy-1.116.58.dist-info → honeybee_energy-1.116.59.dist-info}/LICENSE +0 -0
- {honeybee_energy-1.116.58.dist-info → honeybee_energy-1.116.59.dist-info}/WHEEL +0 -0
- {honeybee_energy-1.116.58.dist-info → honeybee_energy-1.116.59.dist-info}/entry_points.txt +0 -0
- {honeybee_energy-1.116.58.dist-info → honeybee_energy-1.116.59.dist-info}/top_level.txt +0 -0
honeybee_energy/writer.py
CHANGED
|
@@ -1074,4 +1074,11 @@ def _preprocess_model_for_trace(
|
|
|
1074
1074
|
if len(rem_msgs) != 0:
|
|
1075
1075
|
print('\n'.join(rem_msgs))
|
|
1076
1076
|
|
|
1077
|
+
# rename all face geometry so that it is easy to identify in TRACE 700
|
|
1078
|
+
for room in model.rooms:
|
|
1079
|
+
room.rename_faces_by_attribute()
|
|
1080
|
+
room.rename_apertures_by_attribute()
|
|
1081
|
+
room.rename_doors_by_attribute()
|
|
1082
|
+
model.reset_ids()
|
|
1083
|
+
|
|
1077
1084
|
return model
|
|
@@ -13,7 +13,7 @@ honeybee_energy/programtype.py,sha256=yJJc0WYZPc7-m27h5hlDXW-jmwPu8CMhhP_AlwDorq
|
|
|
13
13
|
honeybee_energy/reader.py,sha256=PTiv0WCfc3kGPA--__8QiR-JhnRgq1VkcU-PvvzLjzM,1856
|
|
14
14
|
honeybee_energy/run.py,sha256=uZotNJmqrgrpBBVM6DBZPKCjFFkYNRV0TinisGIQxTI,74656
|
|
15
15
|
honeybee_energy/shw.py,sha256=9CifpIhF0q48DtKb58vF_zoeouZ15OAYcWTGL6NJJQY,12727
|
|
16
|
-
honeybee_energy/writer.py,sha256=
|
|
16
|
+
honeybee_energy/writer.py,sha256=Y5TNDvr4BUEq7m1zaEQFx4M04DArVPLv9lYH5dXGBNo,48691
|
|
17
17
|
honeybee_energy/baseline/__init__.py,sha256=pAN81W4x__LwHO6nsvV3FIdoSyI9cDAeS1xM-LeOtvU,91
|
|
18
18
|
honeybee_energy/baseline/create.py,sha256=fY1YL4KkOIf6BSHak8J0zs3LMSGSQy0xkR8-1xzCa_U,27339
|
|
19
19
|
honeybee_energy/baseline/pci.py,sha256=fzRY1hGlpwiEMpHPXtre7DoIxf0bKg8dcyLV04SRtvc,25217
|
|
@@ -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.59.dist-info/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
|
|
160
|
+
honeybee_energy-1.116.59.dist-info/METADATA,sha256=9Hqr0FlCQWv9uMhY2SajFxOP4KC7012lHbcRoNNPMqg,3635
|
|
161
|
+
honeybee_energy-1.116.59.dist-info/WHEEL,sha256=AHX6tWk3qWuce7vKLrj7lnulVHEdWoltgauo8bgCXgU,109
|
|
162
|
+
honeybee_energy-1.116.59.dist-info/entry_points.txt,sha256=QOMJbH-StaxT4hCjskZtqetNCMNioP3ZiuhoLQ6MANc,63
|
|
163
|
+
honeybee_energy-1.116.59.dist-info/top_level.txt,sha256=V9Lz0281hfT83Fy0fSdn_6vwRK9vTQe1_LQXd0_-gAI,22
|
|
164
|
+
honeybee_energy-1.116.59.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|