From cfa424121351d16115b5dbbba0d69d8bb0dfb722 Mon Sep 17 00:00:00 2001 From: guille Date: Mon, 21 Nov 2022 14:00:12 -0500 Subject: [PATCH] rollback quick fix --- imports/construction/us_physics_parameters.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/imports/construction/us_physics_parameters.py b/imports/construction/us_physics_parameters.py index 657164bf..2baa6749 100644 --- a/imports/construction/us_physics_parameters.py +++ b/imports/construction/us_physics_parameters.py @@ -74,9 +74,7 @@ class UsPhysicsParameters(NrelPhysicsInterface): if (str(function) == str(building_archetype.function)) and \ (climate_zone == str(building_archetype.climate_zone)): return building_archetype - # Todo: line below is added by Milad as a quick fix for when archetypes search is not found - return building_archetype - # return None + return None @staticmethod def _search_construction_in_archetype(archetype, construction_type):