Update cohort.py
Browse files
cohort.py
CHANGED
@@ -13,7 +13,7 @@ def task_cohort(task,mimic_path,path_benchmark, config_path):
|
|
13 |
config_path='./config/'+config_path
|
14 |
with open(config_path) as f:
|
15 |
config = yaml.safe_load(f)
|
16 |
-
version_path = mimic_path
|
17 |
version = version_path.split('/')[-1][0]
|
18 |
start = time.time()
|
19 |
#----------------------------------------------config----------------------------------------------------
|
|
|
13 |
config_path='./config/'+config_path
|
14 |
with open(config_path) as f:
|
15 |
config = yaml.safe_load(f)
|
16 |
+
version_path = mimic_path+'/'
|
17 |
version = version_path.split('/')[-1][0]
|
18 |
start = time.time()
|
19 |
#----------------------------------------------config----------------------------------------------------
|