diff --git a/tests/quicktests/run_pipeline_w_different_input_formats.ipynb b/tests/quicktests/run_pipeline_w_different_input_formats.ipynb index 564395a..4c0008f 100644 --- a/tests/quicktests/run_pipeline_w_different_input_formats.ipynb +++ b/tests/quicktests/run_pipeline_w_different_input_formats.ipynb @@ -13,7 +13,7 @@ "current_dir = os.getcwd()\n", "\n", "# Navigate up two levels to reach the project root\n", - "project_root = os.path.abspath(os.path.join(current_dir, '..', '..'))\n", + "project_root = os.path.abspath(os.path.join(current_dir, '..', '..','..'))\n", "\n", "output_dir = os.path.join(project_root, 'test_data', 'system_tests')\n", "\n",