numpy.geterr

numpy.geterr()

Get the current way of handling floating-point errors.

Returns a dictionary with entries “divide”, “over”, “under”, and “invalid”, whose values are from the strings “ignore”, “print”, “log”, “warn”, “raise”, and “call”.

Previous topic

numpy.seterr

Next topic

numpy.seterrcall

This Page

Quick search