Skip to content

Commit

Permalink
change test seed for 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lrnv committed Nov 16, 2023
1 parent 30c7df4 commit fb27601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/margins_uniformity.jl
Original file line number Diff line number Diff line change
@@ -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),
Expand Down

0 comments on commit fb27601

Please sign in to comment.