From fb27601521d9c1a73ccef0678ea50c9c116640a4 Mon Sep 17 00:00:00 2001 From: Oskar Laverny Date: Thu, 16 Nov 2023 22:04:44 +0100 Subject: [PATCH] change test seed for 1.6 --- test/margins_uniformity.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/margins_uniformity.jl b/test/margins_uniformity.jl index 44793ea1..5eb028d5 100644 --- a/test/margins_uniformity.jl +++ b/test/margins_uniformity.jl @@ -1,6 +1,6 @@ @testitem "Test samples have uniform maginals in [0,1]" begin using HypothesisTests, Distributions, Random - Random.seed!(123) + Random.seed!(1234) cops = ( # true represent the fact that cdf(williamson_dist(C),x) is defined or not. AMHCopula(3,0.6),