removing wrong comment

This commit is contained in:
Guille Gutierrez 2022-03-30 13:31:59 -04:00
parent 0c92e6e4ad
commit 688541b20c

View File

@ -22,14 +22,13 @@ class ConstructionFactory:
def _nrel(self):
"""
Enrich the city by using NREL information
:cat:
"""
UsPhysicsParameters(self._city, self._base_path).enrich_buildings()
def _nrcan(self):
"""
Enrich the city by using NRCAN information
:alert: NRCAN handler only contains simplified construction information
:alert: NRCAN handler only contains simplified construction information (residential)
"""
CaPhysicsParameters(self._city, self._base_path).enrich_buildings()