We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36c1c09 commit 1b7806dCopy full SHA for 1b7806d
code/utils/pipe.py
@@ -5,9 +5,9 @@
5
import sys
6
7
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'
+ INT_DIR = '/mnt/nfs/vosslabhpc/Projects/BOOST/InterventionStudy/3-experiment/data/act-int-test'
+ OBS_DIR = '/mnt/nfs/vosslabhpc/Projects/BOOST/ObservationalStudy/3-experiment/data/act-obs-test'
+ RDSS_DIR = '/mnt/nfs/vosslab/Repositories/Accelerometer_Data'
11
def __init__(self, token, daysago):
12
self.token = token
13
self.daysago = daysago
0 commit comments