Skip to content
Prev Previous commit
Next Next commit
Update cuda_core/tests/example_tests/test_basic_examples.py
Co-authored-by: Michael Droettboom <mdboom@gmail.com>
  • Loading branch information
OfficialSerge and mdboom authored Feb 17, 2026
commit f21199d47505bf3f8a0bf9ee659fbcad7191f770
2 changes: 1 addition & 1 deletion cuda_core/tests/example_tests/test_basic_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from .utils import run_example

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

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