Closed Walther closed 8 months ago
Currently, there's a lot of utility functions for which the output is assumed valid.
Consider the possibility of using something like quickcheck to validate the various functions and inspect for possible outlier values.
quickcheck
Some use of proptest started in #195.
proptest
Currently, there's a lot of utility functions for which the output is assumed valid.
Consider the possibility of using something like
quickcheck
to validate the various functions and inspect for possible outlier values.