Closed geoffroyleconte closed 2 years ago
Base: 88.20% // Head: 88.23% // Increases project coverage by +0.03%
:tada:
Coverage data is based on head (
9ad0aa9
) compared to base (1eb5633
). Patch coverage: 80.00% of modified lines in pull request are covered.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Does this fix #57 ?
Does this fix #57 ?
Yes.
The bug was due to some work arrays that were not reset to zero after
attempt_lldl!
failed. In this case,α
andd
were also not updated, so I decided to fixα
toα_min = sqrt(eps(Tv))
if there is a failure. I lowered the value ofα_min
because I had better results when callinggmres
with the LLDL preconditioner.