From 8341e5f88f772e1216fa0688b95d484e232337fb Mon Sep 17 00:00:00 2001 From: Richard Evans Date: Mon, 16 Sep 2024 14:13:26 -0400 Subject: [PATCH] Black formatted test_run_example.py --- tests/test_run_example.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/test_run_example.py b/tests/test_run_example.py index fcc1ef870..e2b838585 100644 --- a/tests/test_run_example.py +++ b/tests/test_run_example.py @@ -67,8 +67,10 @@ def test_run_ogcore_example_output(f=call_run_ogcore_example): # read in output from this run test_df = pd.read_csv( os.path.join( - path.parent, "run_examples", "OG-Core-Example", - "ogcore_example_output.csv" + path.parent, + "run_examples", + "OG-Core-Example", + "ogcore_example_output.csv", ) ) # Delete directory created by run_ogcore_example.py