Skip to content

Commit

Permalink
Fix path to demos
Browse files Browse the repository at this point in the history
  • Loading branch information
jwallwork23 committed Nov 23, 2024
1 parent 88ed9dd commit 4920f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/adjoint/test_demos.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from goalie.log import *

cwd = os.path.abspath(os.path.dirname(__file__))
demo_dir = os.path.abspath(os.path.join(cwd, "..", "demos"))
demo_dir = os.path.abspath(os.path.join(cwd, "..", "..", "demos"))
all_demos = glob.glob(os.path.join(demo_dir, "*.py"))

# Modifications dictionary to cut down run time of demos:
Expand Down

0 comments on commit 4920f88

Please sign in to comment.