You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Update tutorial paths to match config directory structure (#1616)
* fix: Update tutorial paths to match config directory structure
Fix directory path inconsistency between tutorial commands and actual
file locations. The config sets `run.name: "test-elec"` and
`run.shared_resources.policy: "test"`, which affects where files are stored.
- Update all example commands to include correct paths (resources/test/...)
- Fix analysis example to use correct results path (results/test-elec/...)
- Add explanatory section about how config settings affect directory structure
Fixes [#1614](#1614)
* Update doc/tutorial.rst
---------
Co-authored-by: Fabian Neumann <fabian.neumann@outlook.de>
orders ``snakemake`` to run the rule :mod:`solve_network` that produces the solved network and stores it in ``results/networks`` with the name ``base_s_6_elec_.nc``:
140
+
orders ``snakemake`` to run the rule :mod:`solve_network` that produces the solved network and stores it in ``results/test-elec/networks`` with the name ``base_s_6_elec_.nc``:
0 commit comments