Skip to content

Commit

Permalink
update path in liquido unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusOrsoe committed Apr 5, 2024
1 parent d4d5652 commit 4bff0e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/examples/06_liquido/test_liquido_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

from graphnet.constants import GRAPHNET_ROOT_DIR

EXAMPLE_PATH = os.path.join(GRAPHNET_ROOT_DIR, "examples/06_data")
EXAMPLE_PATH = os.path.join(GRAPHNET_ROOT_DIR, "examples/05_liquido")
examples = glob(EXAMPLE_PATH + "/*.py")


Expand Down

0 comments on commit 4bff0e1

Please sign in to comment.