We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 534aa0a commit f21199dCopy full SHA for f21199d
cuda_core/tests/example_tests/test_basic_examples.py
@@ -10,7 +10,7 @@
10
from .utils import run_example
11
12
# not dividing, but navigating into the "examples" directory.
13
-EXAMPLES_DIR = Path(__file__).resolve().parent.parent.parent / "examples"
+EXAMPLES_DIR = Path(__file__).resolve().parents[2] / "examples"
14
15
# recursively glob for test files in examples directory, sort for deterministic
16
# test runs. Relative paths offer cleaner output when tests fail.
0 commit comments