We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c97a8e commit 8d61f2dCopy full SHA for 8d61f2d
1 file changed
test/GaussianEnsembles.jl
@@ -47,7 +47,7 @@ for (β, T, N) in [(1, Real, n), (2, Complex, n), (4, Complex, 2n)]
47
#vd = RandomMatrices.VandermondeDeterminant(vals, β)
48
#@test isa(vd, Real)
49
50
- ed = eigvaljpdf(d, vals)
+ ed = eigvaljpdf(d, rand(3))
51
@test isa(ed, Real)
52
end
53
0 commit comments