We have a very odd case where a fresh installation of AnalysisAssign 3 on a MacBook (MacOS Tahoe, Apple M1 2020) works apparently fine but does not display the contours of an example HSQC from the tutorials. It imported fine and all parameters are shown and make sense but regardless of the contour threshold no contours are drawn. Changing contour levels leads to the following error message in a little window:
SpectrumViewNd’ object has no attribute ‘_getVisibleSpectrumViewParams’
Plus the following in the terminal:
AttributeError: ‘NoneType’ object has no attribute ‘dot’
Traceback (most recent call last):
File “/Users/claudia/ccpnmr/src/python/ccpn/ui/gui/lib/OpenGL/CcpnOpenGL.py”, line 2680, in mouseMoveEvent
point = self.mapFromGlobal(QtGui.QCursor.pos())
File “/Users/claudia/ccpnmr/src/python/ccpn/ui/gui/lib/OpenGL/CcpnOpenGL.py”, line 2836, in _updateMouseEvent
# # NOTE:ED check moving of baseline
File “/Users/claudia/ccpnmr/src/python/ccpn/ui/gui/lib/OpenGL/CcpnOpenGL.py”, line 4130, in getCurrentCursorCoordinate
AttributeError: ‘NoneType’ object has no attribute ‘dot’
Has this been seen before? Is there anything that one can do?
thanks,
mark