1
0
Fork 0
mirror of https://github.com/Findus23/halo_comparison.git synced 2024-09-19 16:03:50 +02:00
halo_comparison/paths.example.py
2022-06-24 16:55:16 +02:00

7 lines
258 B
Python

from pathlib import Path
base_dir = Path("/path/to/monofonic_tests/")
vis_datafile = Path("vis.cache.hdf5")
auriga_dir = Path("/path/to/auriga6/")
richings_dir = Path("path/to/richings21_ics/").expanduser()
spectra_dir = Path("/path/to/git/spectra/build/")