Skip to content
Snippets Groups Projects
Commit f6a9fdcd authored by Christoph von Oy's avatar Christoph von Oy
Browse files

Removed community asset component name hack

parent 26352465
No related branches found
No related tags found
No related merge requests found
Subproject commit 314ea7f87c7232da21e67cda2e852a182e3fe930 Subproject commit d0fd76e16bc8001b53ff4bef71248350432ae591
...@@ -60,7 +60,7 @@ if simulation_scope == SimulationScope.PROSUMER: ...@@ -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', 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', '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 community_assets = main.Main_CA(community_assets_dict, input_profiles, t_horizon, t_step).community_assets
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment