-
Notifications
You must be signed in to change notification settings - Fork 36
Use pairwise! for inplace operations #102
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe some tests on the added pairwise!
would be nice
I assumed it would be sufficient that every test of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Just needs a few more tests :)
I agree that the right place for this is there, but it's still a good idea to have direct tests for this implementation. Makes it unambiguously clear what's causing problems if something breaks at some point, rather than having to deduce that it must be the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks for adding these!
Fixes #90 and a bug in the implementation of
kernelmatrix!
forFBMKernel
.