Skip to content

Commit

Permalink
Add another test
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy committed Dec 10, 2024
1 parent 60833bf commit a297717
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/pdmtypes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ using Test
pdM = PDMat(M)
pdf64M = PDMat(f64M)
@test pdM === PDMat(pdM)
@test pdf64M === PDMat{Float64}(pdf64M) === PDMat{Float64,Matrix{Float64}}(pdf64M)
test_pdmat(PDMat(pdM), M, cmat_eq=true, verbose=1)
test_pdmat(PDMat{Float64}(pdf64M), f64M, cmat_eq=true, verbose=1)
test_pdmat(PDMat{Float64,Matrix{Float64}}(pdf64M), f64M, cmat_eq=true, verbose=1)
Expand Down

0 comments on commit a297717

Please sign in to comment.