From 7bf93bb6d83e0aadc168c8af9d940110582c1702 Mon Sep 17 00:00:00 2001 From: Pierre-Antoine Rouby Date: Thu, 17 Apr 2025 14:47:35 +0200 Subject: [PATCH] Sediment calibration: Minor fix. --- View/sediment_calibration_tab.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/View/sediment_calibration_tab.py b/View/sediment_calibration_tab.py index 73f8858..9ecaf6b 100644 --- a/View/sediment_calibration_tab.py +++ b/View/sediment_calibration_tab.py @@ -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()