thbndi commited on
Commit
d68dcc3
·
1 Parent(s): 862f7fd

Update test.py

Browse files
Files changed (1) hide show
  1. test.py +1 -9
test.py CHANGED
@@ -4,13 +4,5 @@ import shutil
4
  def print_test(task,path_benchmark):
5
  root_dir = path_benchmark
6
  print(path_benchmark)
7
- sys.path.append(path_benchmark+'/preprocessing/day_intervals_preproc')
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
15
- import data_generation_icu_modify
16
  #print(sys.path)
 
4
  def print_test(task,path_benchmark):
5
  root_dir = path_benchmark
6
  print(path_benchmark)
7
+
 
 
 
 
 
 
 
 
8
  #print(sys.path)