Skip to content

Commit

Permalink
quick fix (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Letellier-Duchesne committed Aug 19, 2022
1 parent 66dc6dc commit 4b21728
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions archetypal/idfclass/idf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2568,6 +2568,7 @@ def rotate(
len(zone_angles) == 1
), "Not all zone have the same Direction_of_Relative_North"
zone_angle, *_ = zone_angles
zone_angle = zone_angle or 0
log(f"Zone(s) North Axis = {zone_angle}", level=lg.DEBUG)
angle = -(bldg_angle + zone_angle)
if isinstance(anchor, tuple):
Expand Down

0 comments on commit 4b21728

Please sign in to comment.