Sediment calibration: Minor fix.
parent
69eb051270
commit
7bf93bb6d8
|
|
@ -2419,7 +2419,7 @@ class SedimentCalibrationTab(QWidget):
|
||||||
* np.ones(
|
* np.ones(
|
||||||
depth_data[data_id].shape[1]
|
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()
|
self.fig_BS.canvas.draw_idle()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue