Skip to content

Commit f21199d

Browse files
Update cuda_core/tests/example_tests/test_basic_examples.py
Co-authored-by: Michael Droettboom <mdboom@gmail.com>
1 parent 534aa0a commit f21199d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cuda_core/tests/example_tests/test_basic_examples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from .utils import run_example
1111

1212
# not dividing, but navigating into the "examples" directory.
13-
EXAMPLES_DIR = Path(__file__).resolve().parent.parent.parent / "examples"
13+
EXAMPLES_DIR = Path(__file__).resolve().parents[2] / "examples"
1414

1515
# recursively glob for test files in examples directory, sort for deterministic
1616
# test runs. Relative paths offer cleaner output when tests fail.

0 commit comments

Comments
 (0)