Skip to content

Commit f866365

Browse files
author
Gustavo Coelho
committed
Fix flake8
1 parent cf1b22b commit f866365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylops/waveeqprocessing/twoway.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ def _bornadj_allshots(self, dobs: NDArray) -> NDArray:
428428
f0=self.geometry.f0,
429429
src_type=self.geometry.src_type,
430430
)
431-
431+
432432
nsrc = self.geometry.src_positions.shape[0]
433433
mtot = np.zeros(self.model.shape, dtype=np.float32)
434434

0 commit comments

Comments
 (0)