-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
bugSomething isn't workingSomething isn't workingwxAffects the Wx gui backendAffects the Wx gui backend
Description
Looks like wx tests are now reporting many errors on teardown on Windows only. Never noticed this on CI until I got the same error locally:
Traceback (most recent call last):
File "C:\Users\gjselzer\code\pyapp-kit\ndv\src\ndv\views\_wx\_array_view.py", line 682, in update_lut_scroll_size
self.luts_scroll.Layout()
RuntimeError: wrapped C/C++ object of type ScrolledWindow has been deleted
Traceback (most recent call last):
File "C:\Users\gjselzer\code\pyapp-kit\ndv\src\ndv\views\_wx\_array_view.py", line 682, in update_lut_scroll_size
self.luts_scroll.Layout()
RuntimeError: wrapped C/C++ object of type ScrolledWindow has been deleted
Traceback (most recent call last):
File "C:\Users\gjselzer\code\pyapp-kit\ndv\src\ndv\views\_wx\_array_view.py", line 682, in update_lut_scroll_size
self.luts_scroll.Layout()
RuntimeError: wrapped C/C++ object of type ScrolledWindow has been deleted
Seems pretty harmless (i.e. doesn't happen in practice & doesn't actually cause crashes), but not a bad idea to fix anyways. I can take a look since I'm guessing it's easier for me than @tlambert03 @gnodar01
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingwxAffects the Wx gui backendAffects the Wx gui backend