Skip to content

Commit 958ae20

Browse files
authored
Merge branch 'master' into 593-logging-error
2 parents 5ebbc44 + fe030f3 commit 958ae20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kwave/kspaceFirstOrder3D.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def kspaceFirstOrder3DG(
6666
kspaceFirstOrder3D : CPU version of this simulation function
6767
"""
6868
execution_options.is_gpu_simulation = True
69-
assert execution_options.is_gpu_simulation, "kspaceFirstOrder2DG can only be used for GPU simulations"
69+
assert execution_options.is_gpu_simulation, "kspaceFirstOrder3DG can only be used for GPU simulations"
7070
sensor_data = kspaceFirstOrder3D(
7171
kgrid=kgrid, source=source, sensor=sensor, medium=medium, simulation_options=simulation_options, execution_options=execution_options
7272
) # pass inputs to CPU version

0 commit comments

Comments
 (0)