https://github.com/GPflow/GPflow
Revision 39d563c28cd9053d9b0d902f708eb25a18e94894 authored by John Mcleod on 07 May 2020, 13:00:10 UTC, committed by GitHub on 07 May 2020, 13:00:10 UTC
1 parent 7e3e514
Raw File
Tip revision: 39d563c28cd9053d9b0d902f708eb25a18e94894 authored by John Mcleod on 07 May 2020, 13:00:10 UTC
Use a boolean for full covariance in sample_mvn. (#1448)
Tip revision: 39d563c
tests_requirements.txt
pytest>=3.5.0
pytest-random-order

# Notebook tests:
tensorflow-datasets
nbformat
nbconvert
ipykernel
jupyter_client
jupytext

matplotlib
sklearn  # for mixture-density-network notebook
ipywidgets  # Required by tensorflow-datasets
back to top