Skip to content

Commit

Permalink
delete line that overwrites the arg formulation
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosEpia committed Jun 24, 2024
1 parent b77a37c commit 62d51f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion etrago/execute/grid_optimization.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ def grid_optimization(
"p_nom_max",
] = np.inf

self.args["method"]["formulation"] = "pyomo"
if self.args["method"]["type"] == "lopf":
self.lopf()
else:
Expand Down

0 comments on commit 62d51f8

Please sign in to comment.