From c8dbea05c050f1044526ec4f0d38c2203e525358 Mon Sep 17 00:00:00 2001 From: Larissa Date: Wed, 21 Dec 2022 13:17:49 +0100 Subject: [PATCH] Correction of roof orientation #728 --- .../logic/archetypebuildings/tabula/de/singlefamilyhouse.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/teaser/logic/archetypebuildings/tabula/de/singlefamilyhouse.py b/teaser/logic/archetypebuildings/tabula/de/singlefamilyhouse.py index be97de74e..e80030b91 100644 --- a/teaser/logic/archetypebuildings/tabula/de/singlefamilyhouse.py +++ b/teaser/logic/archetypebuildings/tabula/de/singlefamilyhouse.py @@ -145,12 +145,12 @@ def __init__( self.roof_names_1 = { "RooftopNorth_1": [35.0, 0.0], - "RooftopSouth_1": [35.0, 90.0], + "RooftopSouth_1": [35.0, 180.0], } self.roof_names_2 = { "RooftopNorth_2": [35.0, 0.0], - "RooftopSouth_2": [35.0, 90.0], + "RooftopSouth_2": [35.0, 180.0], } self.ground_floor_names_1 = {"GroundFloor_1": [0, -2]}