You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/Users/benedikt/phd-project/software/owl/dataloader.py", line 400, in loadImage
shape = (min(self.imageData[img].shape[0], 8192), min(self.imageData[img].shape[1], 8192))
File "/Users/benedikt/phd-project/software/owl/cache.py", line 24, in getitem
retval = self.dict.pop(key)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/collections.py", line 143, in pop
raise KeyError(key)
KeyError: 3
Traceback (most recent call last):
File "/Users/benedikt/phd-project/software/owl/view2d.py", line 774, in generateTexture
maskData = self.loaderThread.maskData[img]
File "/Users/benedikt/phd-project/software/owl/cache.py", line 24, in getitem
retval = self.dict.pop(key)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/collections.py", line 143, in pop
raise KeyError(key)
KeyError: 2
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "/Users/benedikt/phd-project/software/owl/dataloader.py", line 400, in loadImage
shape = (min(self.imageData[img].shape[0], 8192), min(self.imageData[img].shape[1], 8192))
File "/Users/benedikt/phd-project/software/owl/cache.py", line 24, in getitem
retval = self.dict.pop(key)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/collections.py", line 143, in pop
raise KeyError(key)
KeyError: 3
Traceback (most recent call last):
File "/Users/benedikt/phd-project/software/owl/view2d.py", line 774, in generateTexture
maskData = self.loaderThread.maskData[img]
File "/Users/benedikt/phd-project/software/owl/cache.py", line 24, in getitem
retval = self.dict.pop(key)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/collections.py", line 143, in pop
raise KeyError(key)
KeyError: 2
The text was updated successfully, but these errors were encountered: