Update cohort.py
Browse files
cohort.py
CHANGED
@@ -18,4 +18,5 @@ import data_generation_icu_modify
|
|
18 |
def task_cohort(task,mimic_path,path_benchmark, config):
|
19 |
root_dir = path_benchmark
|
20 |
version_path = mimic_path
|
21 |
-
version = version_path.split('/')[-1][0]
|
|
|
|
18 |
def task_cohort(task,mimic_path,path_benchmark, config):
|
19 |
root_dir = path_benchmark
|
20 |
version_path = mimic_path
|
21 |
+
version = version_path.split('/')[-1][0]
|
22 |
+
print(version)
|