rollback quick fix

This commit is contained in:
Guille Gutierrez 2022-11-21 14:00:12 -05:00
parent 6be5325f75
commit cfa4241213

View File

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