hepstats.hypotests.exceptions module#
Specific exceptions for the hypotests submodule
- exception hepstats.hypotests.exceptions.POIRangeError(*args, **kwargs)[source]#
Bases:
ExceptionException class non adequate POI scan range
- add_note()#
Exception.add_note(note) – add a note to the exception
- args#
- with_traceback()#
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception hepstats.hypotests.exceptions.ParameterNotFound(*args, **kwargs)[source]#
Bases:
ExceptionException class raised if a parameter with a given name is not found
- add_note()#
Exception.add_note(note) – add a note to the exception
- args#
- with_traceback()#
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception hepstats.hypotests.exceptions.FormatError(*args, **kwargs)[source]#
Bases:
ExceptionException class raised when unexpected yaml format are read
- add_note()#
Exception.add_note(note) – add a note to the exception
- args#
- with_traceback()#
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.