Python提示TypeError: only size-1 arrays can be converted to Python scalars

我在调用 math.isnan()的时候,碰到这个提示,改成numpy.isnan()就好了,math.isnan()用于scalar类型变量,不能用于 ndarray类型变量,后者需要numpy.isnan(),其它函数类似。

你可能感兴趣的:(python,numpy,python,numpy,scalar)