removing wrong comment
This commit is contained in:
parent
0c92e6e4ad
commit
688541b20c
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user