From f5f034b925ea717ecd2a1381bfc02ad35a63a7ca Mon Sep 17 00:00:00 2001 From: Dana Singh <115384427+singhd789@users.noreply.github.com> Date: Fri, 23 Aug 2024 13:04:21 -0400 Subject: [PATCH] Update path one more time --- fre/yamltools/tests/test_combine_yamls.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fre/yamltools/tests/test_combine_yamls.py b/fre/yamltools/tests/test_combine_yamls.py index 948f5df6..01a1fba4 100644 --- a/fre/yamltools/tests/test_combine_yamls.py +++ b/fre/yamltools/tests/test_combine_yamls.py @@ -7,7 +7,8 @@ ## SET-UP # Set example yaml paths, input directory, output directory #CWD = os.getcwd() -test_dir = Path("fre/yamltools/tests") +#test_dir = Path("fre/yamltools/tests") +test_dir = Path("yamltools/tests") in_dir = Path(f"{test_dir}/AM5_example") # Create output directory