Skip to content

Commit 1b7806d

Browse files
committed
automated commit by vosslab linux
1 parent 36c1c09 commit 1b7806d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

code/utils/pipe.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
import sys
66

77
class Pipe:
8-
INT_DIR = '/Shared/vosslabhpc/Projects/BOOST/InterventionStudy/3-experiment/data/act-int-test'
9-
OBS_DIR = '/Shared/vosslabhpc/Projects/BOOST/ObservationalStudy/3-experiment/data/act-obs-test'
10-
RDSS_DIR = '/Shared/vosslab/Repositories/Accelerometer_Data'
8+
INT_DIR = '/mnt/nfs/vosslabhpc/Projects/BOOST/InterventionStudy/3-experiment/data/act-int-test'
9+
OBS_DIR = '/mnt/nfs/vosslabhpc/Projects/BOOST/ObservationalStudy/3-experiment/data/act-obs-test'
10+
RDSS_DIR = '/mnt/nfs/vosslab/Repositories/Accelerometer_Data'
1111
def __init__(self, token, daysago):
1212
self.token = token
1313
self.daysago = daysago

0 commit comments

Comments
 (0)