Closed jondoesntgit closed 5 years ago
Looks like diff( random(num_points) ) could be changed to diff( random(num_points+1) ) over here https://github.com/aewallin/allantools/blob/master/allantools/noise.py#L71
I agree that for consistency all noise-functions should return the same number of points. Another questions is if we want to keep all the individual noise-generators or use Kasdin&Walter for everything?
It's easy enough to correct on my end, but it seems inconsistent.
https://github.com/aewallin/allantools/blob/master/tests/functional_tests/test_noise.py