dragonfly-radiance 0.4.0__py2.py3-none-any.whl → 0.4.2__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 dragonfly-radiance might be problematic. Click here for more details.

@@ -170,7 +170,9 @@ class ModelRadianceProperties(object):
170
170
  msgs = []
171
171
  # perform checks for specific radiance simulation rules
172
172
  # output a final report of errors or raise an exception
173
- full_msgs = [msg for msg in msgs if msg != '']
173
+ full_msgs = [msg for msg in msgs if msg]
174
+ if detailed:
175
+ return [m for msg in full_msgs for m in msg]
174
176
  full_msg = '\n'.join(full_msgs)
175
177
  if raise_exception and len(full_msgs) != 0:
176
178
  raise ValueError(full_msg)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: dragonfly-radiance
3
- Version: 0.4.0
3
+ Version: 0.4.2
4
4
  Summary: Dragonfly extension for radiance simulation.
5
5
  Home-page: https://github.com/ladybug-tools/dragonfly-radiance
6
6
  Author: Ladybug Tools
@@ -14,8 +14,8 @@ 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: dragonfly-core==1.65.1
18
- Requires-Dist: honeybee-radiance==1.66.167
17
+ Requires-Dist: dragonfly-core==1.65.2
18
+ Requires-Dist: honeybee-radiance==1.66.168
19
19
 
20
20
  ![Dragonfly](https://www.ladybug.tools/assets/img/dragonfly.png)
21
21
 
@@ -7,12 +7,12 @@ dragonfly_radiance/cli/translate.py,sha256=0khf4qSoyUOxqhaI18ekWVDHtIaUDbQlpo6_n
7
7
  dragonfly_radiance/properties/__init__.py,sha256=h-O2WRFI5r12owvSQUrSgdLmlhM7shJAvzLFGryG3rk,37
8
8
  dragonfly_radiance/properties/building.py,sha256=nRjezCr7JLMD6fsmQhYBb2GNUtrgtKV2Tli8l9tJ1Fg,6283
9
9
  dragonfly_radiance/properties/context.py,sha256=WshH9BOhqbwvxmILRugTMfbvTMl8u5QzIETbJiORTUk,5250
10
- dragonfly_radiance/properties/model.py,sha256=mZH8wtNWoW6C1ioGBDXgogt0ExOujOlWOqTPcYxLuLQ,18176
10
+ dragonfly_radiance/properties/model.py,sha256=3Hb4KGBwVGsIXiBIAA4vBX22J_FHzTVx9eTlkgiJCNQ,18248
11
11
  dragonfly_radiance/properties/room2d.py,sha256=I_JcNqOjhwov-U0wiFc9JeMmTX1Wukc-jPmU0khpEI4,9125
12
12
  dragonfly_radiance/properties/story.py,sha256=htHHyAh8tNdQCGJGMvbI9Xo3RAdHdC8JPE1fnEPY-44,4519
13
- dragonfly_radiance-0.4.0.dist-info/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
14
- dragonfly_radiance-0.4.0.dist-info/METADATA,sha256=U54kSspoNHvrHVY2FQuaD8V4DDqzNH_PNMXv1YNoDnI,2326
15
- dragonfly_radiance-0.4.0.dist-info/WHEEL,sha256=AHX6tWk3qWuce7vKLrj7lnulVHEdWoltgauo8bgCXgU,109
16
- dragonfly_radiance-0.4.0.dist-info/entry_points.txt,sha256=7KZdeDvrwJ-ZB0LiTJ3TBkYJAmLl6_uSXXhZnLGct4g,71
17
- dragonfly_radiance-0.4.0.dist-info/top_level.txt,sha256=uvkDZDtPEVgdj7rWsDAl4vcUIuWT7GFBBVmFK4pNE4s,19
18
- dragonfly_radiance-0.4.0.dist-info/RECORD,,
13
+ dragonfly_radiance-0.4.2.dist-info/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
14
+ dragonfly_radiance-0.4.2.dist-info/METADATA,sha256=NW-rfgClTIpsrIDfZi7yrgr8EPgoFSUyzeRoETlKvuE,2326
15
+ dragonfly_radiance-0.4.2.dist-info/WHEEL,sha256=AHX6tWk3qWuce7vKLrj7lnulVHEdWoltgauo8bgCXgU,109
16
+ dragonfly_radiance-0.4.2.dist-info/entry_points.txt,sha256=7KZdeDvrwJ-ZB0LiTJ3TBkYJAmLl6_uSXXhZnLGct4g,71
17
+ dragonfly_radiance-0.4.2.dist-info/top_level.txt,sha256=uvkDZDtPEVgdj7rWsDAl4vcUIuWT7GFBBVmFK4pNE4s,19
18
+ dragonfly_radiance-0.4.2.dist-info/RECORD,,