EnergySystemsModellingLab / MUSE_OS

Welcome to the MUSE-OS repository
https://muse-os.readthedocs.io/en/latest/
GNU General Public License v3.0
22 stars 8 forks source link

Example output in documentation is broken [BUG] #258

Closed tsmbland closed 2 months ago

tsmbland commented 2 months ago

Describe the bug

The example-output.ipynb notebook (in docs) is trying to run MUSE with a settings file that doesn't exist. Hence, rather than showing a useful example of a MUSE output, it's just showing an error message that settings.toml doesn't exist.

Either a settings file needs to be added, or the notebook needs to be modified to point to an existing file, or run the default simulation

To Reproduce

The output is shown here (and can also be reproduced by building the documentation locally)