Skip to content

Commit 80e997e

Browse files
committed
Update notebooks
1 parent 129aba9 commit 80e997e

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/user-guide/add-gdp-correlation-demand.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
"outputs": [],
127127
"source": [
128128
"mca_capacity = pd.read_csv(\n",
129-
" \"../tutorial-code/6-add-correlation-demand/1-correlation/Results/MCACapacity.csv\"\n",
129+
" \"../tutorial-code/7-add-correlation-demand/1-correlation/Results/MCACapacity.csv\"\n",
130130
")\n",
131131
"mca_capacity.head()"
132132
]

docs/user-guide/additional-service-demand.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
"outputs": [],
172172
"source": [
173173
"mca_capacity = pd.read_csv(\n",
174-
" \"../tutorial-code/5-add-service-demand/1-exogenous-demand/Results/MCACapacity.csv\"\n",
174+
" \"../tutorial-code/6-add-service-demand/1-exogenous-demand/Results/MCACapacity.csv\"\n",
175175
")\n",
176176
"mca_capacity.head()"
177177
]

docs/user-guide/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ We have also provided links to the input and results files for each of the tutor
4242
- `[4] <https://github.com/EnergySystemsModellingLab/MUSE_OS/tree/main/docs/tutorial-code/4-modify-timing-data>`_
4343
* - 5
4444
- :ref:`/user-guide/min-max-timeslice-constraints.ipynb`
45-
- `[5] <https://github.com/EnergySystemsModellingLab/MUSE_OS/tree/main/docs/tutorial-code/7-min-max-timeslice-constraints>`_
45+
- `[5] <https://github.com/EnergySystemsModellingLab/MUSE_OS/tree/main/docs/tutorial-code/5-min-max-timeslice-constraints>`_
4646
* - 6
4747
- :ref:`/user-guide/additional-service-demand.ipynb`
48-
- `[6] <https://github.com/EnergySystemsModellingLab/MUSE_OS/tree/main/docs/tutorial-code/5-add-service-demand>`_
48+
- `[6] <https://github.com/EnergySystemsModellingLab/MUSE_OS/tree/main/docs/tutorial-code/6-add-service-demand>`_
4949
* - 7
5050
- :ref:`/user-guide/add-gdp-correlation-demand.ipynb`
51-
- `[7] <https://github.com/EnergySystemsModellingLab/MUSE_OS/tree/main/docs/tutorial-code/6-add-correlation-demand>`_
51+
- `[7] <https://github.com/EnergySystemsModellingLab/MUSE_OS/tree/main/docs/tutorial-code/7-add-correlation-demand>`_

docs/user-guide/min-max-timeslice-constraints.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"outputs": [],
119119
"source": [
120120
"power_supply = pd.read_csv(\n",
121-
" \"../tutorial-code/7-min-max-timeslice-constraints/1-min-constraint/Results/Power_Supply.csv\"\n",
121+
" \"../tutorial-code/5-min-max-timeslice-constraints/1-min-constraint/Results/Power_Supply.csv\"\n",
122122
")\n",
123123
"gassCCGT_electricity_supply_2025 = (\n",
124124
" power_supply[\n",
@@ -191,7 +191,7 @@
191191
"outputs": [],
192192
"source": [
193193
"power_supply = pd.read_csv(\n",
194-
" \"../tutorial-code/7-min-max-timeslice-constraints/2-max-constraint/Results/Power_Supply.csv\"\n",
194+
" \"../tutorial-code/5-min-max-timeslice-constraints/2-max-constraint/Results/Power_Supply.csv\"\n",
195195
")\n",
196196
"windturbine_electricity_supply_2030 = (\n",
197197
" power_supply[\n",

0 commit comments

Comments
 (0)