python中FutureWarning問題解決方法

np.array([0,1,2]) == None 出現: FutureWarning: comparison to `None` will result in an elementwise object comparison in the future 解決方法:將 == 改成 is  Also, have you tried is None instead of == None? AFAIK,
相關文章
相關標籤/搜索