hepstats.splot.exceptions module
Specific exceptions for the splot submodule
-
exception hepstats.splot.exceptions.ModelNotFittedToData[source]
Bases: Exception
Exception class for model not fitted to data provided to compute sweights
-
args
-
with_traceback()
Exception.with_traceback(tb) –
set self.__traceback__ to tb and return self.