Skip to content

Commit 1fc680a

Browse files
authored
Update config.py
1 parent a905d22 commit 1fc680a

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

ragulate_bio/config.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,11 @@
137137
EMB_CACHE_META: str = os.path.join(PUBMED_CACHE, EMB_CACHE_BASENAME + ".meta.json")
138138

139139
#: Base output directory for benchmark artefacts (gold standard,
140-
#: CollectRI pickles, metrics, etc.).
141-
OUTPUT_DIR: Path = Path("../outputs")
142140
# Project root: .../RAGulate/
143-
PROJECT_ROOT: Path = Path(__file__).resolve().parents[2]
141+
PROJECT_ROOT: Path = Path(__file__).resolve().parents[1]
142+
#: CollectRI pickles, metrics, etc.).
143+
OUTPUT_DIR: Path = PROJECT_ROOT / "outputs"
144+
144145

145146
# Data directory: .../RAGulate/data/
146147
DATA_DIR: Path = PROJECT_ROOT / "data"

0 commit comments

Comments
 (0)