1
0
Fork 0
mirror of https://github.com/glatterf42/spectra_python_files.git synced 2024-09-19 15:53:44 +02:00
spectra_python_files/directories.py

15 lines
324 B
Python
Raw Normal View History

2022-04-13 13:15:11 +02:00
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Created on Tue Mar 15 12:11:41 2022
@author: ben
"""
from pathlib import Path
spectra_basedir = Path("/home/ben/sims/spectra/")
monofonic_tests_basedir = Path("/home/ben/sims/swift/monofonic_tests/")
agora_test_basedir = Path('/home/ben/sims/swiftsim/examples/agora/')