Skip to content

Commit 8d61f2d

Browse files
committed
fix eigvals in Wishart test
1 parent 4c97a8e commit 8d61f2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/GaussianEnsembles.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ for (β, T, N) in [(1, Real, n), (2, Complex, n), (4, Complex, 2n)]
4747
#vd = RandomMatrices.VandermondeDeterminant(vals, β)
4848
#@test isa(vd, Real)
4949

50-
ed = eigvaljpdf(d, vals)
50+
ed = eigvaljpdf(d, rand(3))
5151
@test isa(ed, Real)
5252
end
5353
end

0 commit comments

Comments
 (0)