diff --git a/test/runtests.jl b/test/runtests.jl index 4d8243a..e0f88f9 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -1,3 +1,6 @@ -using ExponentialFamilyProjection, Test, ReTestItems +using ExponentialFamilyProjection, Test, ReTestItems, Random + +# Set the random seed for reproducibility of kl-divergence tests +Random.seed!(42) runtests(ExponentialFamilyProjection; memory_threshold = 1.0)