◐ Shell
clean mode source ↗

ufunc 'matmul' not supported by quantities

import quantities
x = quantities.Quantity([[1,2,3],[4,5,6]], 'um')
x @ x.T

fails with

ValueError: ufunc <ufunc 'matmul'> not supported by quantities
                please file a bug report at https://github.com/python-quantities