Skip to content

Commit

Permalink
Add warning in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
birgits committed Sep 13, 2023
1 parent 52a220b commit 8edef52
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions etrago/appl.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,9 @@ def run_etrago(args, json_path):
"logFile": "solver_etrago.log",
"threads": 4,
}
Make sure to reset or adapt these settings when using another solver! Otherwise,
you may run into errors.
model_formulation : str
Choose formulation of pyomo-model.
Current options are: "angles", "cycles", "kirchhoff", "ptdf".
Expand Down

0 comments on commit 8edef52

Please sign in to comment.