OpenwaterHealth / OpenLIFU-python

focused ultrasound toolbox
GNU Affero General Public License v3.0
12 stars 2 forks source link

Run simulation always tries to run GPU code #22

Closed peterhollender closed 4 months ago

peterhollender commented 4 months ago

The CPU version of the code is not called because kwave_if\run_simulation creates a SimulationExecutionOptions object with is_gpu_simulation=True hardcoded.