Skip to content
Snippets Groups Projects
Commit 2feb1720 authored by Jonas Brucksch's avatar Jonas Brucksch
Browse files

Merge branch 'main' of git-ce.rwth-aachen.de:ineed-dc/ineed-dc-framework

parents c5500295 8ffcb92e
No related branches found
No related tags found
No related merge requests found
Subproject commit 314ea7f87c7232da21e67cda2e852a182e3fe930 Subproject commit eedf77f1e62b29c8ffbf012f6d9b634d155efdaf
...@@ -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