We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2481202 commit 54f7bd1Copy full SHA for 54f7bd1
glue_wwt/viewer/tests/test_wwt_widget.py
@@ -22,7 +22,7 @@ class WWTQtViewerBlocking(WWTQtViewer):
22
23
def _initialize_wwt(self):
24
from pywwt.qt import WWTQtClient
25
- self._wwt = WWTQtClient(block_until_ready=sys.platform != 'win32')
+ self._wwt = WWTQtClient(block_until_ready=True)
26
27
28
class TestWWTDataViewer(object):
0 commit comments