标签: python-3.x
我正在使用numpy数组查找沿特定轴的numpy 2darray的最小值。它给 “无法使用弹性类型执行归约操作”此错误
n=[[2, 5],[3, 7],[1, 3],[4, 0]] numpy.min(n,axis=1)
在执行此步骤后,出现错误