thbndi commited on
Commit
d4ef3e7
·
1 Parent(s): 988ec6d

Update cohort.py

Browse files
Files changed (1) hide show
  1. cohort.py +2 -1
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)