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, :, :]