Skip to content

Commit

Permalink
fix(uwg): Setting Correct floor_to_floor Parameter on uwg Typologies
Browse files Browse the repository at this point in the history
I hope that I am using the versioning syntax correctly this time!
  • Loading branch information
Chris Mackey committed Nov 25, 2018
1 parent 8b0e0e4 commit 9dce11a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dragonfly/uwg/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ def _set_individual_typologies(self, uwg_obj):
df_typology = typology_dict[','.join(
[uwg_typology.building.Type,
BuildingTypes.get_uwg_era_index(uwg_typology.building.Era)])]
uwg_typology.floorHeight = df_typology.floor_to_floor
uwg_typology.building.floorHeight = df_typology.floor_to_floor
uwg_typology.building.glazingRatio = df_typology.glz_ratio
uwg_typology.building.canyon_fraction = \
df_typology.uwg_parameters.fract_heat_to_canyon
Expand Down

0 comments on commit 9dce11a

Please sign in to comment.