NVIDIA / warp

A Python framework for high performance GPU simulation and graphics
https://nvidia.github.io/warp/
Other
1.75k stars 148 forks source link

Docs missing debugging link #178

Closed cadop closed 3 months ago

cadop commented 4 months ago

The hyperlink for the python example file here https://nvidia.github.io/warp/debugging.html#step-through-debugging

goes to a file not found: https://github.com/NVIDIA/warp/blob/main/warp/tests/walkthrough_debug.py

shi-eric commented 4 months ago

Thanks for catching this! I'll fix the typo in the name of the test.

c0d1f1ed commented 3 months ago

Fixed in v0.13.0. Thanks Eric!