"""Project-wide constants for the flow matching training pipeline.""" from pathlib import Path DEFAULT_DATA_DIR = Path("/raid/lttung05/fmri_encoder/data") DEFAULT_SUBJECTS = (1, 2, 3, 5)