Skip to content

Commit

Permalink
fix(model): ModelEnergyProperties.constructions are now optional
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswmackey committed Apr 10, 2020
1 parent 0f2ff21 commit 8202ab8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dragonfly_schema/energy/properties.py
Expand Up @@ -136,7 +136,7 @@ class ModelEnergyProperties(NoExtraBaseModel):
OpaqueConstructionAbridged, WindowConstructionAbridged,
ShadeConstruction, AirBoundaryConstructionAbridged,
OpaqueConstruction, WindowConstruction, AirBoundaryConstruction]] = Field(
...,
default=None,
description='A list of all unique constructions in the model. This includes '
'constructions across all the Model construction_sets.'
)
Expand All @@ -146,7 +146,7 @@ class ModelEnergyProperties(NoExtraBaseModel):
EnergyWindowMaterialSimpleGlazSys, EnergyWindowMaterialBlind,
EnergyWindowMaterialGlazing,
EnergyWindowMaterialShade]] = Field(
...,
default=None,
description='A list of all unique materials in the model. This includes '
'materials needed to make the Model constructions.'
)
Expand Down

0 comments on commit 8202ab8

Please sign in to comment.