Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
Bi-Level_EVA
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Daniel Strach
Bi-Level_EVA
Commits
f6a9fdcd
Commit
f6a9fdcd
authored
2 years ago
by
Christoph von Oy
Browse files
Options
Downloads
Patches
Plain Diff
Removed community asset component name hack
parent
26352465
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Model_Library
+1
-1
1 addition, 1 deletion
Model_Library
runme.py
+1
-1
1 addition, 1 deletion
runme.py
with
2 additions
and
2 deletions
Model_Library
@
d0fd76e1
Compare
314ea7f8
...
d0fd76e1
Subproject commit
314ea7f87c7232da21e67cda2e852a182e3fe930
Subproject commit
d0fd76e16bc8001b53ff4bef71248350432ae591
This diff is collapsed.
Click to expand it.
runme.py
+
1
−
1
View file @
f6a9fdcd
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment