Skip to content

Commit 6a64145

Browse files
committed
update path to build script. fix test.
1 parent 7721bae commit 6a64145

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

mimic-iii/tests/test_postgres_build.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ def test_build_mimic_demo(mimic_demo_path, mimic_db_params, create_mimic_db):
6161
Try to build MIMIC-III demo using the make file and the downloaded data.
6262
"""
6363
# call make files to create MIMIC user and build database
64-
build_path = os.path.join(os.getcwd(), 'buildmimic', 'postgres/')
64+
build_path = os.path.join(os.getcwd(), 'mimic-iii', 'buildmimic',
65+
'postgres/')
6566

6667
dbname = mimic_db_params['name']
6768
dbpass = mimic_db_params['password']

0 commit comments

Comments
 (0)