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):