Skip to content

Commit

Permalink
add pyomo into yml
Browse files Browse the repository at this point in the history
  • Loading branch information
luca-tomasini committed Nov 28, 2024
1 parent bb3df8a commit 326207c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install sphinx nbsphinx myst_parser sphinx-copybutton sphinx_rtd_theme sphinx_rtd_size ghp-import
pip install sphinx nbsphinx myst_parser sphinx-copybutton sphinx_rtd_theme sphinx_rtd_size ghp-import pyomo
- name: Build HTML
run: |
cd docs/
Expand Down
Binary file modified docs/_build/doctrees/environment.pickle
Binary file not shown.
1 change: 1 addition & 0 deletions src/optimization/pyomo_models/sets.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
water level in downstream basins does not affect the behavior of turbined or pumped energy.
:math:`S\_BH \in \{b, h\, s\_b, s\_h\}=\{(1, ~1, ~1, ~1),~(1, ~1, ~2, ~2),~(1, ~1, ~3, ~3)\}`
"""

import pyomo.environ as pyo
Expand Down

0 comments on commit 326207c

Please sign in to comment.