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 and test broken quad! and invquad! #190

Merged
merged 4 commits into from
Oct 16, 2023
Merged

Conversation

devmotion
Copy link
Member

PDMats 0.11.26 broke invquads! due to a bug in the check of the dimensions of the input arguments: JuliaStats/Distributions.jl#1789

This issues was not noticed since quad! and invquad! were not tested.

@codecov-commenter
Copy link

codecov-commenter commented Oct 16, 2023

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Files Coverage Δ
src/PDMats.jl 100.00% <ø> (ø)
src/chol.jl 97.01% <100.00%> (+16.52%) ⬆️
src/pdmat.jl 91.73% <100.00%> (+17.35%) ⬆️
src/scalmat.jl 97.19% <100.00%> (+7.09%) ⬆️
src/pdsparsemat.jl 93.87% <85.71%> (+21.91%) ⬆️

... and 3 files with indirect coverage changes

📢 Thoughts on this report? Let us know!.

Copy link
Member

@andreasnoack andreasnoack left a comment

Choose a reason for hiding this comment

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

Just a small comment

src/chol.jl Outdated Show resolved Hide resolved
src/chol.jl Outdated Show resolved Hide resolved
@andreasnoack
Copy link
Member

What is going on on nightly?

@devmotion
Copy link
Member Author

I'm not sure, in particular since tests only failed on Ubuntu. I'll rerun them to see if the failures show up persistently.

@devmotion
Copy link
Member Author

Seems we were just unlucky. I guess we should try to fix the RNG if these failures appear more often.

@devmotion devmotion merged commit 2d633e2 into master Oct 16, 2023
11 checks passed
@devmotion devmotion deleted the dw/bugfix_quad_invquad branch October 16, 2023 20:00
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.

3 participants