[dataio] commenting out databuffer
This commit is contained in:
parent
815838eab7
commit
54f0d61fc9
@ -52,7 +52,7 @@ class PyRelacs(QMainWindow):
|
||||
self.threadpool = QThreadPool()
|
||||
self.repros = Repro()
|
||||
|
||||
self.buffers = DataBuffer(channels=1, samples=100_000)
|
||||
# self.buffers = DataBuffer(channels=1, samples=100_000)
|
||||
self.text = QPlainTextEdit()
|
||||
self.text.setReadOnly(True)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user