From f6a9fdcd8a3b2cbce32a6757bec83354755d947e Mon Sep 17 00:00:00 2001
From: "christoph.von.oy" <christoph.von.oy@rwth-aachen.de>
Date: Tue, 14 Feb 2023 10:35:29 +0100
Subject: [PATCH] Removed community asset component name hack

---
 Model_Library | 2 +-
 runme.py      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Model_Library b/Model_Library
index 314ea7f87c..d0fd76e16b 160000
--- a/Model_Library
+++ b/Model_Library
@@ -1 +1 @@
-Subproject commit 314ea7f87c7232da21e67cda2e852a182e3fe930
+Subproject commit d0fd76e16bc8001b53ff4bef71248350432ae591
diff --git a/runme.py b/runme.py
index a5b7fbeb2c..29ac2e8040 100644
--- a/runme.py
+++ b/runme.py
@@ -60,7 +60,7 @@ if simulation_scope == SimulationScope.PROSUMER:
 
 community_assets_dict = {'ca_bat': {'config_path': 'input_files/models/district_models/example_CA/config.csv',
                                     'topology_path': 'input_files/models/district_models/example_CA',
-                                    'profiles': {'elec_cns_ca_bat': 'demand_electric_3'}}}
+                                    'profiles': {'elec_cns': 'demand_electric_3'}}}
 
 community_assets = main.Main_CA(community_assets_dict, input_profiles, t_horizon, t_step).community_assets
 
-- 
GitLab