honeybee-radiance-postprocess 0.4.347__tar.gz → 0.4.349__tar.gz
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-radiance-postprocess-0.4.347 → honeybee-radiance-postprocess-0.4.349}/PKG-INFO +1 -1
- {honeybee-radiance-postprocess-0.4.347 → honeybee-radiance-postprocess-0.4.349}/honeybee_radiance_postprocess/results/results.py +8 -8
- {honeybee-radiance-postprocess-0.4.347 → honeybee-radiance-postprocess-0.4.349}/honeybee_radiance_postprocess.egg-info/PKG-INFO +1 -1
- honeybee-radiance-postprocess-0.4.349/honeybee_radiance_postprocess.egg-info/requires.txt +2 -0
- honeybee-radiance-postprocess-0.4.349/requirements.txt +2 -0
- honeybee-radiance-postprocess-0.4.347/honeybee_radiance_postprocess.egg-info/requires.txt +0 -2
- honeybee-radiance-postprocess-0.4.347/requirements.txt +0 -2
- {honeybee-radiance-postprocess-0.4.347 → honeybee-radiance-postprocess-0.4.349}/CODE_OF_CONDUCT.md +0 -0
- {honeybee-radiance-postprocess-0.4.347 → honeybee-radiance-postprocess-0.4.349}/CONTRIBUTING.md +0 -0
- {honeybee-radiance-postprocess-0.4.347 → honeybee-radiance-postprocess-0.4.349}/LICENSE +0 -0
- {honeybee-radiance-postprocess-0.4.347 → honeybee-radiance-postprocess-0.4.349}/MANIFEST.in +0 -0
- {honeybee-radiance-postprocess-0.4.347 → honeybee-radiance-postprocess-0.4.349}/README.md +0 -0
- {honeybee-radiance-postprocess-0.4.347 → honeybee-radiance-postprocess-0.4.349}/dev-requirements.txt +0 -0
- {honeybee-radiance-postprocess-0.4.347 → honeybee-radiance-postprocess-0.4.349}/honeybee_radiance_postprocess/__init__.py +0 -0
- {honeybee-radiance-postprocess-0.4.347 → honeybee-radiance-postprocess-0.4.349}/honeybee_radiance_postprocess/__main__.py +0 -0
- {honeybee-radiance-postprocess-0.4.347 → honeybee-radiance-postprocess-0.4.349}/honeybee_radiance_postprocess/annual.py +0 -0
- {honeybee-radiance-postprocess-0.4.347 → honeybee-radiance-postprocess-0.4.349}/honeybee_radiance_postprocess/annualdaylight.py +0 -0
- {honeybee-radiance-postprocess-0.4.347 → honeybee-radiance-postprocess-0.4.349}/honeybee_radiance_postprocess/annualirradiance.py +0 -0
- {honeybee-radiance-postprocess-0.4.347 → honeybee-radiance-postprocess-0.4.349}/honeybee_radiance_postprocess/cli/__init__.py +0 -0
- {honeybee-radiance-postprocess-0.4.347 → honeybee-radiance-postprocess-0.4.349}/honeybee_radiance_postprocess/cli/grid.py +0 -0
- {honeybee-radiance-postprocess-0.4.347 → honeybee-radiance-postprocess-0.4.349}/honeybee_radiance_postprocess/cli/leed.py +0 -0
- {honeybee-radiance-postprocess-0.4.347 → honeybee-radiance-postprocess-0.4.349}/honeybee_radiance_postprocess/cli/mtxop.py +0 -0
- {honeybee-radiance-postprocess-0.4.347 → honeybee-radiance-postprocess-0.4.349}/honeybee_radiance_postprocess/cli/postprocess.py +0 -0
- {honeybee-radiance-postprocess-0.4.347 → honeybee-radiance-postprocess-0.4.349}/honeybee_radiance_postprocess/cli/schedule.py +0 -0
- {honeybee-radiance-postprocess-0.4.347 → honeybee-radiance-postprocess-0.4.349}/honeybee_radiance_postprocess/cli/translate.py +0 -0
- {honeybee-radiance-postprocess-0.4.347 → honeybee-radiance-postprocess-0.4.349}/honeybee_radiance_postprocess/cli/two_phase.py +0 -0
- {honeybee-radiance-postprocess-0.4.347 → honeybee-radiance-postprocess-0.4.349}/honeybee_radiance_postprocess/cli/util.py +0 -0
- {honeybee-radiance-postprocess-0.4.347 → honeybee-radiance-postprocess-0.4.349}/honeybee_radiance_postprocess/dynamic.py +0 -0
- {honeybee-radiance-postprocess-0.4.347 → honeybee-radiance-postprocess-0.4.349}/honeybee_radiance_postprocess/electriclight.py +0 -0
- {honeybee-radiance-postprocess-0.4.347 → honeybee-radiance-postprocess-0.4.349}/honeybee_radiance_postprocess/en17037.py +0 -0
- {honeybee-radiance-postprocess-0.4.347 → honeybee-radiance-postprocess-0.4.349}/honeybee_radiance_postprocess/helper.py +0 -0
- {honeybee-radiance-postprocess-0.4.347 → honeybee-radiance-postprocess-0.4.349}/honeybee_radiance_postprocess/leed.py +0 -0
- {honeybee-radiance-postprocess-0.4.347 → honeybee-radiance-postprocess-0.4.349}/honeybee_radiance_postprocess/metrics.py +0 -0
- {honeybee-radiance-postprocess-0.4.347 → honeybee-radiance-postprocess-0.4.349}/honeybee_radiance_postprocess/reader.py +0 -0
- {honeybee-radiance-postprocess-0.4.347 → honeybee-radiance-postprocess-0.4.349}/honeybee_radiance_postprocess/results/__init__.py +0 -0
- {honeybee-radiance-postprocess-0.4.347 → honeybee-radiance-postprocess-0.4.349}/honeybee_radiance_postprocess/results/annual_daylight.py +0 -0
- {honeybee-radiance-postprocess-0.4.347 → honeybee-radiance-postprocess-0.4.349}/honeybee_radiance_postprocess/results/annual_irradiance.py +0 -0
- {honeybee-radiance-postprocess-0.4.347 → honeybee-radiance-postprocess-0.4.349}/honeybee_radiance_postprocess/type_hints.py +0 -0
- {honeybee-radiance-postprocess-0.4.347 → honeybee-radiance-postprocess-0.4.349}/honeybee_radiance_postprocess/util.py +0 -0
- {honeybee-radiance-postprocess-0.4.347 → honeybee-radiance-postprocess-0.4.349}/honeybee_radiance_postprocess.egg-info/SOURCES.txt +0 -0
- {honeybee-radiance-postprocess-0.4.347 → honeybee-radiance-postprocess-0.4.349}/honeybee_radiance_postprocess.egg-info/dependency_links.txt +0 -0
- {honeybee-radiance-postprocess-0.4.347 → honeybee-radiance-postprocess-0.4.349}/honeybee_radiance_postprocess.egg-info/entry_points.txt +0 -0
- {honeybee-radiance-postprocess-0.4.347 → honeybee-radiance-postprocess-0.4.349}/honeybee_radiance_postprocess.egg-info/top_level.txt +0 -0
- {honeybee-radiance-postprocess-0.4.347 → honeybee-radiance-postprocess-0.4.349}/setup.cfg +0 -0
- {honeybee-radiance-postprocess-0.4.347 → honeybee-radiance-postprocess-0.4.349}/setup.py +0 -0
@@ -164,13 +164,13 @@ class _ResultsFolder(object):
|
|
164
164
|
grid_info['light_path'] = [['__static_apertures__']]
|
165
165
|
light_paths = grid_info['light_path']
|
166
166
|
for light_path in light_paths:
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
167
|
+
for elem in light_path:
|
168
|
+
if elem in lp:
|
169
|
+
continue
|
170
|
+
if elem == '__static_apertures__':
|
171
|
+
lp.insert(0, elem)
|
172
|
+
else:
|
173
|
+
lp.append(elem)
|
174
174
|
if not light_paths and '__static_apertures__' not in lp:
|
175
175
|
lp.insert(0, '__static_apertures__')
|
176
176
|
|
@@ -1186,7 +1186,7 @@ class Results(_ResultsFolder):
|
|
1186
1186
|
Returns:
|
1187
1187
|
dict: A filtered states dictionary.
|
1188
1188
|
"""
|
1189
|
-
light_paths = [
|
1189
|
+
light_paths = [elem for lp in grid_info['light_path'] for elem in lp]
|
1190
1190
|
if states:
|
1191
1191
|
states = states.filter_by_identifiers(light_paths)
|
1192
1192
|
else:
|
{honeybee-radiance-postprocess-0.4.347 → honeybee-radiance-postprocess-0.4.349}/CODE_OF_CONDUCT.md
RENAMED
File without changes
|
{honeybee-radiance-postprocess-0.4.347 → honeybee-radiance-postprocess-0.4.349}/CONTRIBUTING.md
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{honeybee-radiance-postprocess-0.4.347 → honeybee-radiance-postprocess-0.4.349}/dev-requirements.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|