Skip to content

Commit

Permalink
Merge branch 'dev' into hybit
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosEpia committed Apr 23, 2024
2 parents 7fa846e + 5709025 commit 34cb40c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions etrago/appl.py
Original file line number Diff line number Diff line change
Expand Up @@ -717,6 +717,8 @@ def run_etrago(args, json_path):
data=1.0,
)

etrago.network.lines.loc[etrago.network.lines.r == 0.0, "r"] = 10

# start linear optimal powerflow calculations

etrago.network.storage_units.cyclic_state_of_charge = True
Expand Down

0 comments on commit 34cb40c

Please sign in to comment.