-
Notifications
You must be signed in to change notification settings - Fork 6
*(::Woodbury, ::Diagonal) is wrong #18
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
Comments
This was referenced Jul 20, 2021
Closed
Oh, interesting, I only saw this now, sorry (not subscribed to all activity in PDMatsExtras). As far as I can tell the PR #21 both fixes this and adds ChainRules. Is it possible to disentangle the two? It would make the review better |
OK i'll look at that now. I already have an MR for it. |
Just need to work out why codecov is complaining |
codecov is weird sometimes, so no need to spend more than 5 mins |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This can be seen by:
Similar for
The reasons the tests pass is because they are scale of the Identity matrix so they are commutative. e.g. here. Changing
Diagonal
to a random will cause these tests to fail.My fault. I added these in originally
WIP PR: https://github.com/invenia/PDMatsExtras.jl/tree/ar/remove_diagonal
The text was updated successfully, but these errors were encountered: