Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the algorithm more robust to "bad" matrices #3

Merged
merged 1 commit into from
Oct 3, 2023

Conversation

bvdmitri
Copy link
Member

@bvdmitri bvdmitri commented Oct 3, 2023

This PR adjusts the tolerance of the algorithm to make it a bit more robust against "bad" matrices

@codecov
Copy link

codecov bot commented Oct 3, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (1d5140a) 96.61% compared to head (38532e6) 96.61%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main       #3   +/-   ##
=======================================
  Coverage   96.61%   96.61%           
=======================================
  Files           1        1           
  Lines          59       59           
=======================================
  Hits           57       57           
  Misses          2        2           
Files Coverage Δ
src/FastCholesky.jl 96.61% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bvdmitri bvdmitri merged commit 1a57c74 into main Oct 3, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants