ZeroDivisionError:浮点除以零

时间:2018-06-27 05:04:17

标签: error-handling divide-by-zero

我收到ZeroDivisionError,但是当我分别打印分子和分母时,它们都是非零的。还有其他方法可以发生此错误吗?

entropy = map(lambda x:x.get_entropy(), pe.sections)
res['SectionsMeanEntropy'] = sum(entropy)/float(len(list(entropy)))

0 个答案:

没有答案