Skip to content

Commit

Permalink
Also test boundary case η = 1
Browse files Browse the repository at this point in the history
Co-authored-by: Seth Axen <[email protected]>
  • Loading branch information
devmotion and sethaxen authored Jan 16, 2025
1 parent a50ff12 commit ed0ab6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cholesky/lkjcholesky.jl
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ using FiniteDifferences
end

@testset "properties" begin
@testset for p in (4, 5), η in (0.5, 2, 3.5), uplo in ('L', 'U')
@testset for p in (4, 5), η in (0.5, 1, 2, 3.5), uplo in ('L', 'U')
d = LKJCholesky(p, η, uplo)
@test d.d == p
@test size(d) == (p, p)
Expand Down

0 comments on commit ed0ab6d

Please sign in to comment.