[bugfix] compare options always activated using obspy_dmt independent of data availability

This commit is contained in:
Marcel Paffrath 2024-09-12 12:23:18 +02:00
parent e8a516d16b
commit ae6c4966a9

View File

@ -1976,7 +1976,6 @@ class MainWindow(QMainWindow):
self.dataPlot.activateObspyDMToptions(self.obspy_dmt)
if self.obspy_dmt:
self.prepareObspyDMT_data(eventpath)
self.dataPlot.activateCompareOptions(True)
def loadWaveformData(self):
'''