From 5e27769ba70dfbef458338e504ce94cd51fd47cc Mon Sep 17 00:00:00 2001 From: Bjarne Vincent Date: Thu, 9 Oct 2025 15:45:25 +0200 Subject: [PATCH] Corrected a typo that caused AcouSed to crash when selecting a frequency couple in the 'Sediment calibration' tab. --- 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 a5c8b97..e758894 100644 --- a/View/sediment_calibration_tab.py +++ b/View/sediment_calibration_tab.py @@ -1080,7 +1080,7 @@ class SedimentCalibrationTab(QWidget): if stg.depth_cross_section[data_id].shape != (0,): depth_data = stg.depth_cross_section else: - depth_date = stg.depth + depth_data = stg.depth val_min = np.nanmin( BS_data[data_id][freq2, :, :]