Update test.py
Browse files
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')
|