thbndi commited on
Commit
74ecaad
·
1 Parent(s): 12a5245

Update test.py

Browse files
Files changed (1) hide show
  1. test.py +1 -1
test.py CHANGED
@@ -8,7 +8,7 @@ def print_test(task,path_benchmark):
8
  sys.path.append(path_benchmark+'/utils')
9
  sys.path.append(path_benchmark+'/preprocessing/hosp_module_preproc')
10
  sys.path.append(path_benchmark+'/model')
11
- print(sys.path)
12
  import day_intervals_cohort_v2
13
  import day_intervals_cohort
14
  import feature_selection_icu
 
8
  sys.path.append(path_benchmark+'/utils')
9
  sys.path.append(path_benchmark+'/preprocessing/hosp_module_preproc')
10
  sys.path.append(path_benchmark+'/model')
11
+ #print(sys.path)
12
  import day_intervals_cohort_v2
13
  import day_intervals_cohort
14
  import feature_selection_icu