Skip to content

Commit 4b26514

Browse files
Update local paths to work in JupyterHub
1 parent 42f64c1 commit 4b26514

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

settings/data_paths.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"local": {
3-
"ghost_root": "~/data/providentia/obs/ghost",
4-
"nonghost_root": "~/data/providentia/obs/nonghost",
5-
"exp_root": "~/data/providentia/exp",
6-
"exp_to_interp_root": "~/data/providentia/exp_to_interp"
3+
"ghost_root": "/data/datasets/obs/ghost",
4+
"nonghost_root": "/data/datasets/obs/nonghost",
5+
"exp_root": "/data/datasets/exp",
6+
"exp_to_interp_root": "/data/datasets/exp_to_interp"
77
},
88

99
"mn5": {
@@ -75,4 +75,4 @@
7575
"exp_root": "tests/data/exp",
7676
"exp_to_interp_root": ""
7777
},
78-
}
78+
}

0 commit comments

Comments
 (0)