File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Increase the accessibility and reproducibility of [k-Wave](http://www.k-wave.org
1717A [ collection of examples] ( ../examples/ ) covers common simulation scenarios. Run any example locally:
1818
1919``` bash
20- uv run python examples/ivp_homogeneous_medium.py
20+ uv run examples/ivp_homogeneous_medium.py
2121```
2222
2323No GPU required — all examples run on CPU with NumPy.
Original file line number Diff line number Diff line change @@ -44,13 +44,13 @@ Running Examples
4444
4545.. code-block :: bash
4646
47- uv run python examples/ivp_homogeneous_medium.py
47+ uv run examples/ivp_homogeneous_medium.py
4848
4949 Force CPU (skip GPU even if available):
5050
5151.. code-block :: bash
5252
53- KWAVE_FORCE_CPU=1 uv run python examples/ivp_homogeneous_medium.py
53+ KWAVE_FORCE_CPU=1 uv run examples/ivp_homogeneous_medium.py
5454
5555 Publishing
5656----------
You can’t perform that action at this time.
0 commit comments