Closed luca-brambilla closed 10 months ago
Hi Luca, thank you for raising this issue. There are various bugs with 0.4.0 and I've fixed most of them in the master branch (you could downgrade, or use git clone https://github.com/GAMES-UChile/mogptk
and then inside pip uninstall mogptk
and then pip install -e .
). I expect to release a new version in a few hours with all the fixes. Additionally, I'm working on your other issue to add seeds to all examples.
Please checkout v0.5.0, that should fix your issues! You can re-open or raise a new issue if you encounter other problems, I'm happy to help
Hello!
I was running the examples found in the repository and I keep finding the same error when trying to initialize a model. I noticed you recently updated the library to version 0.4.0, but I get no errors for 0.3.5.
For example, in 00_Quick_Start:
output:
Thank you!