From 8b549b1e888c70b57b3b2eaf990a72f21757da4a Mon Sep 17 00:00:00 2001 From: majidrezaei93 Date: Wed, 9 Oct 2024 12:11:39 -0400 Subject: [PATCH] feat: add result factory for archetype mapping --- main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/main.py b/main.py index b86156e8..519a5958 100644 --- a/main.py +++ b/main.py @@ -6,7 +6,6 @@ from hub.imports.results_factory import ResultFactory input_file = "data/cmm_test_corrected.geojson" demand_file = "data/energy_demand_data.csv" -# Initialize city object from GeometryFactory city = GeometryFactory( "geojson", input_file,