Skip to content

Commit 5848dfc

Browse files
committed
test
1 parent 121c971 commit 5848dfc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sampling.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function _ensure_pos_def(mat::AbstractMatrix, tol=1e-8)
2222
corrected_mat = (corrected_mat_almost_symm + corrected_mat_almost_symm') / 2
2323

2424
return corrected_mat
25-
endvarstool
25+
end
2626

2727

2828
"""

0 commit comments

Comments
 (0)