https://github.com/GPflow/GPflow
Revision a241dd3fd07409272f40017b9051013695b3ace7 authored by Eric Hammy on 13 November 2019, 23:25:50 UTC, committed by Artem Artemev on 13 November 2019, 23:25:50 UTC
1 parent 24b5733
Raw File
Tip revision: a241dd3fd07409272f40017b9051013695b3ace7 authored by Eric Hammy on 13 November 2019, 23:25:50 UTC
Missing `full_output_cov` in VGP and GPLVM parameter prevents us from calling, `predict_f_samples` from the base class.. (#1147)
Tip revision: a241dd3
tests_requirements.txt
pytest>=3.5.0
pytest-random-order

# Notebook tests:
nbformat
nbconvert
ipykernel
jupyter_client
matplotlib
sklearn  # mixture-density-network
back to top