Acoustic inversion: Fix crash at data choice.

dev
Pierre-Antoine 2025-04-22 13:58:29 +02:00
parent 2dc6bb5f3f
commit 4bbda05e96
1 changed files with 4 additions and 0 deletions

View File

@ -472,6 +472,10 @@ class AcousticInversionTab(QWidget):
.connect(self.combobox_acoustic_data_choice_currentIndexChanged)
def combobox_acoustic_data_choice_currentIndexChanged(self):
self.compute_VBI()
self.compute_SSC_fine()
self.compute_SSC_sand()
self.fill_combobox_fine_sample()
self.plot_SSC_fine()
self.plot_SSC_fine_vertical_profile()