Closed adrinjalali closed 8 years ago
Thank you for working on python 3!
I think the problem lies in "xu", it looks like you are passing empty inducing point to the model.
So the assertion failed xu.shape[1] == x.shape[1]
In our package, there should be default inducing points if the user don't specify himself. Did you have this implemented in your python3 version?
@shansfolder Did you want to close this? Merge it? It has been open for a while
I will close this issue now, as there is no further information provided and currently we don't have a plan of migration to python 3. If you have new comments on it, please open a new issue.
Hi,
I managed to get it work with python 3, and all the tests except one pass now. I've added some code to print out some debug info, and somewhere an array is empty which is not supposed to be (
Core/cov.py
line 350). It would be nice if someone could help me fix this issue, and maybe have this code on a branch for python 3 if there's a plan for it.