Skip to content

Commit

Permalink
Update path one more time
Browse files Browse the repository at this point in the history
  • Loading branch information
singhd789 authored Aug 23, 2024
1 parent a656915 commit f5f034b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fre/yamltools/tests/test_combine_yamls.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f5f034b

Please sign in to comment.