exception

exception zfit.util.exception.AlreadyExtendedPDFError[source]

Bases: zfit.util.exception.ExtendedPDFError

args
with_traceback()

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

exception zfit.util.exception.AxesNotSpecifiedError[source]

Bases: zfit.util.exception.NotSpecifiedError

args
with_traceback()

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

exception zfit.util.exception.AxesNotUnambiguousError[source]

Bases: zfit.util.exception.IntentionNotUnambiguousError

args
with_traceback()

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

exception zfit.util.exception.BasePDFSubclassingError[source]

Bases: zfit.util.exception.SubclassingError

args
with_traceback()

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

exception zfit.util.exception.BreakingAPIChangeError[source]

Bases: Exception

args
with_traceback()

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

exception zfit.util.exception.ConversionError[source]

Bases: Exception

args
with_traceback()

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

exception zfit.util.exception.ExtendedPDFError[source]

Bases: Exception

args
with_traceback()

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

exception zfit.util.exception.IncompatibleError[source]

Bases: Exception

args
with_traceback()

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

exception zfit.util.exception.IntentionNotUnambiguousError[source]

Bases: Exception

args
with_traceback()

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

exception zfit.util.exception.LimitsIncompatibleError[source]

Bases: zfit.util.exception.IncompatibleError

args
with_traceback()

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

exception zfit.util.exception.LimitsNotSpecifiedError[source]

Bases: zfit.util.exception.NotSpecifiedError

args
with_traceback()

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

exception zfit.util.exception.LimitsOverdefinedError[source]

Bases: zfit.util.exception.OverdefinedError

args
with_traceback()

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

exception zfit.util.exception.LimitsUnderdefinedError[source]

Bases: zfit.util.exception.UnderdefinedError

args
with_traceback()

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

exception zfit.util.exception.LogicalUndefinedOperationError[source]

Bases: Exception

args
with_traceback()

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

exception zfit.util.exception.ModelIncompatibleError[source]

Bases: zfit.util.exception.IncompatibleError

args
with_traceback()

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

exception zfit.util.exception.MultipleLimitsNotImplementedError[source]

Bases: Exception

Indicates that a function does not support several limits in a Space.

args
with_traceback()

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

exception zfit.util.exception.NameAlreadyTakenError[source]

Bases: Exception

args
with_traceback()

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

exception zfit.util.exception.NoSessionSpecifiedError[source]

Bases: Exception

args
with_traceback()

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

exception zfit.util.exception.NormRangeNotImplementedError[source]

Bases: Exception

Indicates that a function does not support the normalization range argument norm_range.

args
with_traceback()

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

exception zfit.util.exception.NormRangeNotSpecifiedError[source]

Bases: zfit.util.exception.NotSpecifiedError

args
with_traceback()

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

exception zfit.util.exception.NotExtendedPDFError[source]

Bases: zfit.util.exception.ExtendedPDFError

args
with_traceback()

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

exception zfit.util.exception.NotMinimizedError[source]

Bases: Exception

args
with_traceback()

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

exception zfit.util.exception.NotSpecifiedError[source]

Bases: Exception

args
with_traceback()

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

exception zfit.util.exception.ObsIncompatibleError[source]

Bases: zfit.util.exception.IncompatibleError

args
with_traceback()

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

exception zfit.util.exception.ObsNotSpecifiedError[source]

Bases: zfit.util.exception.NotSpecifiedError

args
with_traceback()

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

exception zfit.util.exception.OverdefinedError[source]

Bases: zfit.util.exception.IntentionNotUnambiguousError

args
with_traceback()

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

exception zfit.util.exception.PDFCompatibilityError[source]

Bases: Exception

args
with_traceback()

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

exception zfit.util.exception.ShapeIncompatibleError[source]

Bases: zfit.util.exception.IncompatibleError

args
with_traceback()

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

exception zfit.util.exception.SpaceIncompatibleError[source]

Bases: zfit.util.exception.IncompatibleError

args
with_traceback()

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

exception zfit.util.exception.SubclassingError[source]

Bases: Exception

args
with_traceback()

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

exception zfit.util.exception.UnderdefinedError[source]

Bases: zfit.util.exception.IntentionNotUnambiguousError

args
with_traceback()

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

exception zfit.util.exception.WeightsNotImplementedError[source]

Bases: Exception

args
with_traceback()

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

exception zfit.util.exception.WorkInProgressError[source]

Bases: Exception

Only for developing purpose! Does not serve as a ‘real’ Exception.

args
with_traceback()

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