We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ebbc44 + fe030f3 commit 958ae20Copy full SHA for 958ae20
1 file changed
kwave/kspaceFirstOrder3D.py
@@ -66,7 +66,7 @@ def kspaceFirstOrder3DG(
66
kspaceFirstOrder3D : CPU version of this simulation function
67
"""
68
execution_options.is_gpu_simulation = True
69
- assert execution_options.is_gpu_simulation, "kspaceFirstOrder2DG can only be used for GPU simulations"
+ assert execution_options.is_gpu_simulation, "kspaceFirstOrder3DG can only be used for GPU simulations"
70
sensor_data = kspaceFirstOrder3D(
71
kgrid=kgrid, source=source, sensor=sensor, medium=medium, simulation_options=simulation_options, execution_options=execution_options
72
) # pass inputs to CPU version
0 commit comments