Skip to content

Commit d91c308

Browse files
alexlibCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 8360ec5 commit d91c308

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/native_backend_unification.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,13 @@ The timings below were generated from a real run on this machine using the docs
9999
helper script:
100100

101101
```bash
102-
/home/user/Documents/GitHub/openptv-python/.venv/bin/python docs/generate_native_stress_demo.py
102+
python docs/generate_native_stress_demo.py
103103
```
104104

105105
That script reruns:
106106

107107
```bash
108-
/home/user/Documents/GitHub/openptv-python/.venv/bin/python -m pytest -q -s tests/test_native_stress_performance.py
108+
python -m pytest -q -s tests/test_native_stress_performance.py
109109
```
110110

111111
and then writes two machine-specific artifacts under `docs/_static/`:

0 commit comments

Comments
 (0)