The Numpy outer function accepts vectors of different length, returning a non-square matrix in that case. But Algopy assumes that both vectors are of the same length. I have fixed this for the UTPM/UTPM case, but it still needs to be fixed for numpy.ndarray instances.
The Numpy
outer
function accepts vectors of different length, returning a non-square matrix in that case. But Algopy assumes that both vectors are of the same length. I have fixed this for the UTPM/UTPM case, but it still needs to be fixed fornumpy.ndarray
instances.