thbndi commited on
Commit
abda9db
·
1 Parent(s): 80861f2

Update test.py

Browse files
Files changed (1) hide show
  1. test.py +1 -0
test.py CHANGED
@@ -3,6 +3,7 @@ import os
3
  import shutil
4
  def print_test(task,path_benchmark):
5
  root_dir = path_benchmark
 
6
  sys.path.append(path_benchmark+'/preprocessing/day_intervals_preproc')
7
  sys.path.append(path_benchmark+'/utils')
8
  sys.path.append(path_benchmark+'/preprocessing/hosp_module_preproc')
 
3
  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')