Skip to content

Commit 391c8d1

Browse files
authored
Fix comment
1 parent 277915a commit 391c8d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/generics.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ for i in 1:length(pmats)
2323
@test Matrix(pmats[i] * 3) == Matrix(pmatsa[i])
2424
end
2525

26-
# issue #123
26+
# issue #121
2727
@test isposdef(PDMat([1.0 0.0; 0.0 1.0]))
2828
@test isposdef(PDiagMat([1.0, 1.0]))
2929
@test isposdef(ScalMat(2, 3.0))

0 commit comments

Comments
 (0)