From 54f0d61fc98762624c3d5f32e4ede4ba7aa3f883 Mon Sep 17 00:00:00 2001 From: wendtalexander Date: Wed, 2 Oct 2024 08:10:08 +0200 Subject: [PATCH] [dataio] commenting out databuffer --- pyrelacs/ui/mainwindow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyrelacs/ui/mainwindow.py b/pyrelacs/ui/mainwindow.py index ecf0fd8..3de6815 100644 --- a/pyrelacs/ui/mainwindow.py +++ b/pyrelacs/ui/mainwindow.py @@ -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)