Skip to content

Commit

Permalink
Merge branch 'dev' into documentation-release0.9.0-fix_api_doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaraBuettner committed Sep 14, 2023
2 parents 37d4d2c + 910f3db commit fa0df9e
Show file tree
Hide file tree
Showing 11 changed files with 250 additions and 119 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,7 @@ jobs:
run: "python -m nox -s build"
env:
PLATFORM: ${{ matrix.os.image }}
- name: "Install the package"
run: "python -m nox -s install"
env:
PLATFORM: ${{ matrix.os.image }}
4 changes: 2 additions & 2 deletions etrago/appl.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"q_allocation": "p_nom", # allocate reactive power via 'p_nom' or 'p'
},
"start_snapshot": 1,
"end_snapshot": 2,
"end_snapshot": 10,
"solver": "gurobi", # glpk, cplex or gurobi
"solver_options": {
"BarConvTol": 1.0e-5,
Expand All @@ -74,7 +74,7 @@
"threads": 4,
},
"model_formulation": "kirchhoff", # angles or kirchhoff
"scn_name": "eGon2035", # scenario: eGon2035 or eGon100RE
"scn_name": "eGon2035", # scenario: eGon2035, eGon100RE or status2019
# Scenario variations:
"scn_extension": None, # None or array of extension scenarios
"scn_decommissioning": None, # None or decommissioning scenario
Expand Down
Loading

0 comments on commit fa0df9e

Please sign in to comment.