Skip to content

Commit

Permalink
Hot fix 3 change directory name of directory that is deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
birgits committed Jul 25, 2022
1 parent 22a3bd5 commit 28cde5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ def test_grid_reinforcement_example(self):
assert total_costs > 0.0

# Delete saved grid and results data
edisgo_path = os.path.join(os.path.expanduser("~"), ".eDisGo")
edisgo_path = os.path.join(os.path.expanduser("~"), ".edisgo")
shutil.rmtree(os.path.join(edisgo_path, "ding0_example_grid"))

0 comments on commit 28cde5a

Please sign in to comment.