dragonfly-radiance 0.3.223__py2.py3-none-any.whl → 0.3.224__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.

@@ -128,7 +128,7 @@ class Room2DRadianceProperties(object):
128
128
  raise ValueError(
129
129
  'GridParameter "{}" is not recognized.'.format(gp['type']))
130
130
  grd_par.append(g_class.from_dict(gp))
131
- new_prop.grid_parameter = grd_par
131
+ new_prop.grid_parameters = grd_par
132
132
 
133
133
  return new_prop
134
134
 
@@ -175,10 +175,8 @@ class Room2DRadianceProperties(object):
175
175
 
176
176
  # write the GridParameters into the dictionary
177
177
  if len(self._grid_parameters) != 0:
178
- base['grid_parameters'] = []
179
- for gdp in self._grid_parameters:
180
- base['radiance']['grid_parameters'].append(gdp.to_dict())
181
-
178
+ base['radiance']['grid_parameters'] = \
179
+ [gdp.to_dict() for gdp in self._grid_parameters]
182
180
  return base
183
181
 
184
182
  def to_honeybee(self, new_host):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: dragonfly-radiance
3
- Version: 0.3.223
3
+ Version: 0.3.224
4
4
  Summary: Dragonfly extension for radiance simulation.
5
5
  Home-page: https://github.com/ladybug-tools/dragonfly-radiance
6
6
  Author: Ladybug Tools
@@ -8,11 +8,11 @@ dragonfly_radiance/properties/__init__.py,sha256=h-O2WRFI5r12owvSQUrSgdLmlhM7shJ
8
8
  dragonfly_radiance/properties/building.py,sha256=McIPA3DjjzrD8PpMPBeeKc3eBN9f_POB661I63WKV4Y,5658
9
9
  dragonfly_radiance/properties/context.py,sha256=WshH9BOhqbwvxmILRugTMfbvTMl8u5QzIETbJiORTUk,5250
10
10
  dragonfly_radiance/properties/model.py,sha256=mO4RB8l7fAtBi2JMOgDYmr1FZQsEfJ37DakmHA_XBWo,12529
11
- dragonfly_radiance/properties/room2d.py,sha256=s5-UkUqjZ5aFxjg3vjwHbzL6kQ4oRO4R9Amwn54UKG0,8579
11
+ dragonfly_radiance/properties/room2d.py,sha256=gYgP32T9KwP20mg0KZEh941tQC94l_zoxcDP2K5X9l0,8535
12
12
  dragonfly_radiance/properties/story.py,sha256=htHHyAh8tNdQCGJGMvbI9Xo3RAdHdC8JPE1fnEPY-44,4519
13
- dragonfly_radiance-0.3.223.dist-info/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
14
- dragonfly_radiance-0.3.223.dist-info/METADATA,sha256=AQms4rRLt_vNVDc4abQgoZgTm6j3xv958zh0CazA2mY,2329
15
- dragonfly_radiance-0.3.223.dist-info/WHEEL,sha256=AHX6tWk3qWuce7vKLrj7lnulVHEdWoltgauo8bgCXgU,109
16
- dragonfly_radiance-0.3.223.dist-info/entry_points.txt,sha256=7KZdeDvrwJ-ZB0LiTJ3TBkYJAmLl6_uSXXhZnLGct4g,71
17
- dragonfly_radiance-0.3.223.dist-info/top_level.txt,sha256=uvkDZDtPEVgdj7rWsDAl4vcUIuWT7GFBBVmFK4pNE4s,19
18
- dragonfly_radiance-0.3.223.dist-info/RECORD,,
13
+ dragonfly_radiance-0.3.224.dist-info/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
14
+ dragonfly_radiance-0.3.224.dist-info/METADATA,sha256=qHlE7UAYq_wfuGcENAnnp1k4MJ81hGwlgFA5BtefzUk,2329
15
+ dragonfly_radiance-0.3.224.dist-info/WHEEL,sha256=AHX6tWk3qWuce7vKLrj7lnulVHEdWoltgauo8bgCXgU,109
16
+ dragonfly_radiance-0.3.224.dist-info/entry_points.txt,sha256=7KZdeDvrwJ-ZB0LiTJ3TBkYJAmLl6_uSXXhZnLGct4g,71
17
+ dragonfly_radiance-0.3.224.dist-info/top_level.txt,sha256=uvkDZDtPEVgdj7rWsDAl4vcUIuWT7GFBBVmFK4pNE4s,19
18
+ dragonfly_radiance-0.3.224.dist-info/RECORD,,