ValueError: output parameter for reduction operation logical_and has too many dimensions ?
https://docs.scipy.org/doc/numpy-dev/reference/generated/numpy.all.html#numpy.all运行示例,却发生错误importnumpyasnpo=np.array([False])z=np.all([-1,4,5],out=o)Traceback(mostrecentcalllast):File"",line1,inFile"/