Skip to content

Commit

Permalink
hot fix skip DRL
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosEpia committed Mar 26, 2024
1 parent 94b76bd commit 9a53e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etrago/appl.py
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ def run_etrago(args, json_path):
etrago.skip_snapshots()

# Temporary drop DLR as it is currently not working with sclopf
if etrago.args["method"] != "lopf":
if etrago.args["method"]["type"] != "lopf":
etrago.network.lines_t.s_max_pu = pd.DataFrame(
index=etrago.network.snapshots,
columns=etrago.network.lines.index,
Expand Down

0 comments on commit 9a53e9f

Please sign in to comment.