Skip to content

Commit b944dcb

Browse files
committed
minor: fix error message
1 parent 2f73718 commit b944dcb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pylops/waveeqprocessing/kirchhoff.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1028,7 +1028,8 @@ def _register_multiplications(self, engine: str) -> None:
10281028
)
10291029
elif not self.travsrcrec:
10301030
raise NotImplementedError(
1031-
"cuda not implemented for traveltimes " "provided in one table"
1031+
"engine='cuda' not implemented for traveltimes "
1032+
"provided in one table"
10321033
)
10331034
self._kirch_matvec = self.cuda_helper._matvec_cuda
10341035
self._kirch_rmatvec = self.cuda_helper._rmatvec_cuda

0 commit comments

Comments
 (0)