Sediment calibration: Minor fix.

dev
Pierre-Antoine 2025-04-17 14:47:35 +02:00
parent 69eb051270
commit 7bf93bb6d8
1 changed files with 1 additions and 1 deletions

View File

@ -2419,7 +2419,7 @@ class SedimentCalibrationTab(QWidget):
* np.ones(
depth_data[data_id].shape[1]
),
-stg.depth_data[data_id][freq2_id, :]
-depth_data[data_id][freq2_id, :]
)
self.fig_BS.canvas.draw_idle()