GaussianFilters.jl icon indicating copy to clipboard operation
GaussianFilters.jl copied to clipboard

Hard-coded values make tests very brittle.

Open lassepe opened this issue 4 years ago • 1 comments

I just realized that many of the tests use hard-coded values for comparison. Since the random number generator changes between Julia versions most of these tests fail on all versions but the one that was used during development of the tests (1.3?).

lassepe avatar Sep 06 '21 20:09 lassepe

An alternative may be: https://github.com/JuliaRandom/StableRNGs.jl

lassepe avatar Sep 06 '21 20:09 lassepe