From 688541b20c0619107b4456314c428614da914f67 Mon Sep 17 00:00:00 2001 From: guille Date: Wed, 30 Mar 2022 13:31:59 -0400 Subject: [PATCH] removing wrong comment --- imports/construction_factory.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/imports/construction_factory.py b/imports/construction_factory.py index e83ea7c8..e65d5552 100644 --- a/imports/construction_factory.py +++ b/imports/construction_factory.py @@ -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()