diff --git a/.github/workflows/sphinx.yml b/.github/workflows/sphinx.yml index a278eff..0644cbb 100644 --- a/.github/workflows/sphinx.yml +++ b/.github/workflows/sphinx.yml @@ -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/ diff --git a/docs/_build/doctrees/environment.pickle b/docs/_build/doctrees/environment.pickle index 5d55e6e..3bd4013 100644 Binary files a/docs/_build/doctrees/environment.pickle and b/docs/_build/doctrees/environment.pickle differ diff --git a/src/optimization/pyomo_models/sets.py b/src/optimization/pyomo_models/sets.py index cb5f9d9..227718b 100644 --- a/src/optimization/pyomo_models/sets.py +++ b/src/optimization/pyomo_models/sets.py @@ -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