honeybee-core 1.62.10__py3-none-any.whl → 1.62.11__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/room.py +6 -1
- {honeybee_core-1.62.10.dist-info → honeybee_core-1.62.11.dist-info}/METADATA +1 -1
- {honeybee_core-1.62.10.dist-info → honeybee_core-1.62.11.dist-info}/RECORD +7 -7
- {honeybee_core-1.62.10.dist-info → honeybee_core-1.62.11.dist-info}/WHEEL +0 -0
- {honeybee_core-1.62.10.dist-info → honeybee_core-1.62.11.dist-info}/entry_points.txt +0 -0
- {honeybee_core-1.62.10.dist-info → honeybee_core-1.62.11.dist-info}/licenses/LICENSE +0 -0
- {honeybee_core-1.62.10.dist-info → honeybee_core-1.62.11.dist-info}/top_level.txt +0 -0
honeybee/room.py
CHANGED
|
@@ -3299,7 +3299,12 @@ class Room(_BaseWithShade):
|
|
|
3299
3299
|
local_ids.add(rm_id)
|
|
3300
3300
|
adj_ids.extend(new_ids)
|
|
3301
3301
|
# after the local network is understood, clean up duplicated rooms
|
|
3302
|
-
|
|
3302
|
+
clean_local_network, exist_ids = [], set()
|
|
3303
|
+
for room in local_network:
|
|
3304
|
+
if room.identifier not in exist_ids:
|
|
3305
|
+
clean_local_network.append(room)
|
|
3306
|
+
exist_ids.add(room.identifier)
|
|
3307
|
+
adj_network.append(clean_local_network)
|
|
3303
3308
|
i_to_remove = [i for i, room_obj in enumerate(all_rooms)
|
|
3304
3309
|
if room_obj.identifier in local_ids]
|
|
3305
3310
|
for i in reversed(i_to_remove):
|
|
@@ -19,7 +19,7 @@ honeybee/logutil.py,sha256=2gn-6RcWqFLvwdFzBHPqUwFqTj_R3iwHKALrl-2eL7M,2564
|
|
|
19
19
|
honeybee/model.py,sha256=WzquyG8denJ5pX-ZiAyXKp1cRXFuIFih-fT7BqiRWL4,181757
|
|
20
20
|
honeybee/orientation.py,sha256=GogGblASW9OU-fobfDaQ7w5yRbEAFdJJuHwg2fadhKI,5046
|
|
21
21
|
honeybee/properties.py,sha256=ok976fbUdXzLDR2XiPNf8Q5ejfOM-PArqm5CVUbFiCc,34316
|
|
22
|
-
honeybee/room.py,sha256=
|
|
22
|
+
honeybee/room.py,sha256=SoChV0-00oIM4RjKDPn8tTlCmtZPika0Tm2ue_lhzko,163183
|
|
23
23
|
honeybee/search.py,sha256=KOIeQjYdj0yhRWPmF5kiFiH8Ei0WbzuiU-capnwYVeM,5060
|
|
24
24
|
honeybee/shade.py,sha256=HwLkOqvPpluLMXzicWXmKl4fMVJHmkqqehntT69e00Q,21026
|
|
25
25
|
honeybee/shademesh.py,sha256=oldugnwhu-ibX9f0hfxpO-DvgM8U7S-dYwUjBSVzo4g,13273
|
|
@@ -40,9 +40,9 @@ honeybee/writer/model.py,sha256=N7F_jksf-5TrdVecuxTaFWxnPVFLmQs7k8g27TsdB7Q,177
|
|
|
40
40
|
honeybee/writer/room.py,sha256=kFghgStTU1SEJSLigXB0VjOWhZtgs4uXuAqdwd4yRQo,174
|
|
41
41
|
honeybee/writer/shade.py,sha256=EpgX-vMc-s21TnMvNWvWTKyT8iAnxu1nFVXzjY1oyF8,177
|
|
42
42
|
honeybee/writer/shademesh.py,sha256=Y41bLogJ7dwpvMe5cAWVRDRVqJEwo9e5hFJQjlt6UX8,189
|
|
43
|
-
honeybee_core-1.62.
|
|
44
|
-
honeybee_core-1.62.
|
|
45
|
-
honeybee_core-1.62.
|
|
46
|
-
honeybee_core-1.62.
|
|
47
|
-
honeybee_core-1.62.
|
|
48
|
-
honeybee_core-1.62.
|
|
43
|
+
honeybee_core-1.62.11.dist-info/licenses/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
|
|
44
|
+
honeybee_core-1.62.11.dist-info/METADATA,sha256=Ku3shh4F9BKpZRJVv7FkSN3Xensrm6_UBf_p9hqV_80,3730
|
|
45
|
+
honeybee_core-1.62.11.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
46
|
+
honeybee_core-1.62.11.dist-info/entry_points.txt,sha256=r3YqOm40goBroH3ccUhpwQjvTwu10JWLd0HIRHI1J8E,47
|
|
47
|
+
honeybee_core-1.62.11.dist-info/top_level.txt,sha256=8ve7puCRLUA9XDEGc1Mcs-UX9sFjpPV8MeTaIMwQ_Tg,9
|
|
48
|
+
honeybee_core-1.62.11.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|