From 7084ce4538dcd9977ba6df0c48b7022270cee538 Mon Sep 17 00:00:00 2001 From: "Eugeniy E. Mikhailov" Date: Tue, 15 Jun 2021 18:26:00 -0400 Subject: moved gui to the end of __init__ --- eitControl.py | 1 + 1 file changed, 1 insertion(+) (limited to 'eitControl.py') diff --git a/eitControl.py b/eitControl.py index 8bd9a61..d1a967b 100644 --- a/eitControl.py +++ b/eitControl.py @@ -57,6 +57,7 @@ class Experiment: self.hardwareSetup(args) # now we ready to do gui + self.guiSetup(root) self.guiSweeper.cmdStart() -- cgit v1.2.3