Skip to content

Commit

Permalink
Add debug stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
soininen committed Sep 11, 2023
1 parent 683c244 commit 6001af8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ class TestBase(unittest.TestCase):
@classmethod
def setUpClass(cls):
print("Do we even get here?")
time.sleep(1)
if not QApplication.instance():
QApplication()

Expand Down

0 comments on commit 6001af8

Please sign in to comment.