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

Fix bug #40

Merged
merged 5 commits into from
Jan 16, 2023
Merged

Fix bug #40

merged 5 commits into from
Jan 16, 2023

Conversation

willtebbutt
Copy link
Member

I had a nasty bug in the Cholesky code. This PR fixes it and adds a test which fails on master.

@codecov
Copy link

codecov bot commented Jan 16, 2023

Codecov Report

Base: 98.06% // Head: 98.06% // Increases project coverage by +0.00% 🎉

Coverage data is based on head (ec2f7d0) compared to base (05c8921).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #40   +/-   ##
=======================================
  Coverage   98.06%   98.06%           
=======================================
  Files          14       14           
  Lines         516      517    +1     
=======================================
+ Hits          506      507    +1     
  Misses         10       10           
Impacted Files Coverage Δ
src/offline/greedy_var_selection.jl 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Member

@theogf theogf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can't say I understand everything here but looks good!

@willtebbutt
Copy link
Member Author

Essentially the implementation was just plain wrong, and was often terminating way before it should have.

@willtebbutt willtebbutt merged commit 66801f5 into master Jan 16, 2023
@willtebbutt willtebbutt deleted the wct/fix-bug branch January 16, 2023 17:38
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.

None yet

2 participants