-
Notifications
You must be signed in to change notification settings - Fork 50
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
Python installation failure #9
Comments
I'm guessing this bug was introduced by c69cf44. |
Hi Greg, I'd recommend taking a look at the dev version of george (especially the HODLRSolver and the custom kernel tutorial) if you want to use this solver with custom matrices in Python. I'd be inclined to drop Python support from this repo anyways since it would also take some work to get this working with Python 3, for example. If that doesn't work for you, let us know what you're trying to do and maybe we can come up with something. Thanks! |
Hi Dan, Thanks for the tip about George. I came across it soon after finding this bug, and the python support looks much better. I'll give it a try. Thanks! |
I am interested in studying the properties of this HODLR solver as a kernel approximation tool apart from its ability to solve systems of equations related to GPs. Is it possible to use this HODLR solver to somehow extract the actual matrix entries? |
To be specific - I am having trouble seeing how to compute the HODLR approximation of a PSD matrix (which may or may not be based on a specific kernel function). So can I input a matrix with entries that are directly user-specified? |
The python installation fails with the following error message:
It looks like the problem is that
char s
is not being provided by_hodlr_init
toHODLR_Tree<MatrixType>::assemble_Matrix
.The text was updated successfully, but these errors were encountered: