Skip to content

Commit

Permalink
Black formatted test_run_example.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rickecon committed Sep 16, 2024
1 parent 321c04a commit 8341e5f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/test_run_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8341e5f

Please sign in to comment.