Closed pub-djedruszczak closed 2 years ago
Most if not all benchmarks were failing because the test series had an interval of 0 -- causing a panic when dividing by 0 when normalizing the series.
This PR modifies the test functions to return the interval as well as the datapoints.
Most if not all benchmarks were failing because the test series had an interval of 0 -- causing a panic when dividing by 0 when normalizing the series.
This PR modifies the test functions to return the interval as well as the datapoints.