Skip to content

added probabilistic failures for MockClassifierData

Reed Essick requested to merge mockclassifierdata-failures into master

This adds a few optional kwargs to MockClassifierData so that users can specify a probability that they'll raise NoDataErrors and BadSpanErrors. This should help with unit tests and general simulation of trigger streams.

Fixes #63 (closed).

Merge request reports