This is just super confusing: ```python >>> np.complex64 <type 'numpy.complex64'> >>> np.typeDict['Complex32'] <type 'numpy.complex64'> >>> np.typeNA['c16'] <type 'numpy.complex64'> ```