flipper.kernel.error.ApproximationError

class flipper.kernel.error.ApproximationError(message=None)[source]

Bases: Exception

An exception for when a calculation has been done to insufficient accuracy.

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.