Skip to content

Commit

Permalink
change [rand(X,1) rand(x,1)] to rand(X,2)
Browse files Browse the repository at this point in the history
  • Loading branch information
odunbar committed Oct 9, 2024
1 parent 1da720f commit 63ea592
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions test/ParameterDistributions/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -502,14 +502,8 @@ using EnsembleKalmanProcesses.ParameterDistributions
@test sample(u1) == s1

Random.seed!(seed)
s1 = [rand(testd, 1) rand(testd, 1) rand(testd, 1)]
@info s1
Random.seed!(seed)
s1 = [rand(testd, 1) rand(testd, 1) rand(testd, 1)]
@info s1
Random.seed!(seed)
s2 = [rand(testd, 3)]
@info s2
s1 = [rand(testd, 3)]


Random.seed!(seed)
@test sample(u1, 3) == s1
Expand Down

0 comments on commit 63ea592

Please sign in to comment.