Source code for handwriting_features.data.exceptions.statistics

[docs] class UnsupportedDataForStatisticsError(Exception): """Raised when unsupported data are used to compute statistics""" pass
[docs] class StatisticsNameNotInMappingError(Exception): """Raised when a statistics name is not in the statistical mapping""" pass