remove duplicate call of t1 calculate and t1 interpolation

This commit is contained in:
Dominik Demuth
2023-07-21 19:53:08 +02:00
parent 0cf5d7eef9
commit 1ff462c4b1
5 changed files with 11 additions and 5 deletions

View File

@ -61,6 +61,8 @@ class QT1Widget(QtWidgets.QDialog, Ui_t1dialog):
self.freq_combox.currentIndexChanged.connect(lambda x: self.update_model())
self.freq_spinbox.valueChanged.connect(lambda x: self.update_model())
self.checkBox_interpol.setVisible(False)
self.update_specdens(0)
self.update_coupling(0)