Skip to content

Commit 9a6a9f9

Browse files
authored
Merge pull request #490 from EnergySystemsModellingLab/tutorials
Small improvements to tutorials
2 parents 0e15783 + f66ffd5 commit 9a6a9f9

329 files changed

Lines changed: 383 additions & 346 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/advanced-guide/further-extending-muse.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
"outputs": [],
150150
"source": [
151151
"logging.getLogger(\"muse\").setLevel(0)\n",
152-
"mca = MCA.factory(\"../tutorial-code/0-new-decision-metric/settings.toml\")\n",
152+
"mca = MCA.factory(\"../tutorial-code/new-decision-metric/settings.toml\")\n",
153153
"mca.run();"
154154
]
155155
},
@@ -169,7 +169,7 @@
169169
"import pandas as pd\n",
170170
"\n",
171171
"mca_capacity = pd.read_csv(\n",
172-
" \"../tutorial-code/0-new-decision-metric/Results/MCACapacity.csv\"\n",
172+
" \"../tutorial-code/new-decision-metric/Results/MCACapacity.csv\"\n",
173173
")\n",
174174
"power_capacity = (\n",
175175
" mca_capacity[mca_capacity.sector == \"power\"]\n",

docs/tutorial-code/2-add-agent/1-single-objective/Results/MCACapacity.csv renamed to docs/tutorial-code/add-agent/1-single-objective/Results/MCACapacity.csv

File renamed without changes.

docs/tutorial-code/2-add-agent/1-single-objective/Results/MCAPrices.csv renamed to docs/tutorial-code/add-agent/1-single-objective/Results/MCAPrices.csv

File renamed without changes.

docs/tutorial-code/2-add-agent/1-single-objective/input/BaseYearExport.csv renamed to docs/tutorial-code/add-agent/1-single-objective/input/BaseYearExport.csv

File renamed without changes.

docs/tutorial-code/2-add-agent/1-single-objective/input/BaseYearImport.csv renamed to docs/tutorial-code/add-agent/1-single-objective/input/BaseYearImport.csv

File renamed without changes.

docs/tutorial-code/2-add-agent/1-single-objective/input/GlobalCommodities.csv renamed to docs/tutorial-code/add-agent/1-single-objective/input/GlobalCommodities.csv

File renamed without changes.

docs/tutorial-code/2-add-agent/1-single-objective/input/Projections.csv renamed to docs/tutorial-code/add-agent/1-single-objective/input/Projections.csv

File renamed without changes.

docs/tutorial-code/2-add-agent/1-single-objective/settings.toml renamed to docs/tutorial-code/add-agent/1-single-objective/settings.toml

File renamed without changes.

docs/tutorial-code/2-add-agent/1-single-objective/technodata/Agents.csv renamed to docs/tutorial-code/add-agent/1-single-objective/technodata/Agents.csv

File renamed without changes.

docs/tutorial-code/0-new-decision-metric/technodata/gas/CommIn.csv renamed to docs/tutorial-code/add-agent/1-single-objective/technodata/gas/CommIn.csv

File renamed without changes.

0 commit comments

Comments
 (0)