Skip to content

Commit

Permalink
feat(samples): Add JSON samples for radiance (#77)
Browse files Browse the repository at this point in the history
This commit adds sample JSONs for modifiers, ModidierSets, and for Models with radiance properties.

The only tests that it updates are the Model ones, which should pass if @saeranv documents the radiance properties correctly. I leave the writing of tests for modifiers and the ModifierSets to @saeranv .
  • Loading branch information
chriswmackey committed Apr 15, 2020
1 parent bbd7257 commit c1a894c
Show file tree
Hide file tree
Showing 33 changed files with 119,024 additions and 31,489 deletions.
8 changes: 1 addition & 7 deletions honeybee_schema/energy/material.py
Original file line number Diff line number Diff line change
Expand Up @@ -528,16 +528,10 @@ class EnergyWindowMaterialShade (IDdEnergyBaseModel):
class SlatOrientation (str, Enum):
horizontal = 'Horizontal'
vertical = 'Vertical'
description = 'Choices include Horizontal and Vertical. Horizontal means the ' \
'slats are parallel to the X-axis of the window. Vertical means the slats ' \
'are parallel to the Y-axis of the window.'


class EnergyWindowMaterialBlind(IDdEnergyBaseModel):
"""Window blind properties.
Window blind properties consist of flat, equally-spaced slats.
"""
"""Window blind material consisting of flat, equally-spaced slats."""

type: constr(regex='^EnergyWindowMaterialBlind$') = 'EnergyWindowMaterialBlind'

Expand Down

0 comments on commit c1a894c

Please sign in to comment.