Skip to content

Commit 9fdbae8

Browse files
committed
Moved example data around
1 parent bb6b66e commit 9fdbae8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

example/config/config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Example configuration file for a COLIBRE-like simulation
22

3+
# Location of the 'observational data' repository and its compiled
4+
# contents (relative to the config)
5+
observational_data_directory: observational_data
6+
37
# Location of your other .yml files that are passed to the
48
# velociraptor auto plotter (these describe your scaling)
59
# relation figures. Also required is the registration file
@@ -8,15 +12,11 @@
812
auto_plotter_directory: auto_plotter
913
auto_plotter_registration: registration.py
1014

11-
# Location of the 'observational data' repository and its compiled
12-
# contents.
13-
observational_data_directory: observational_data
14-
15-
# Style sheet to be used throughout with plotting
15+
# Style sheet to be used throughout with plotting (stored inside config)
1616
matplotlib_stylesheet: mnras.mplstyle
1717

1818
# Jinja2 template that gets fed the swiftsimio metadata
19-
# object for you to describe the run with.
19+
# object for you to describe the run with (relative to config)
2020
description_template: description.html
2121

2222
# Location and description of additional figures

0 commit comments

Comments
 (0)