There was an error while loading. Please reload this page.
1 parent a905d22 commit 1fc680aCopy full SHA for 1fc680a
1 file changed
ragulate_bio/config.py
@@ -137,10 +137,11 @@
137
EMB_CACHE_META: str = os.path.join(PUBMED_CACHE, EMB_CACHE_BASENAME + ".meta.json")
138
139
#: Base output directory for benchmark artefacts (gold standard,
140
-#: CollectRI pickles, metrics, etc.).
141
-OUTPUT_DIR: Path = Path("../outputs")
142
# Project root: .../RAGulate/
143
-PROJECT_ROOT: Path = Path(__file__).resolve().parents[2]
+PROJECT_ROOT: Path = Path(__file__).resolve().parents[1]
+#: CollectRI pickles, metrics, etc.).
+OUTPUT_DIR: Path = PROJECT_ROOT / "outputs"
144
+
145
146
# Data directory: .../RAGulate/data/
147
DATA_DIR: Path = PROJECT_ROOT / "data"
0 commit comments