thbndi commited on
Commit
b450020
1 Parent(s): f4802f8

Update cohort.py

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