https://github.com/GPflow/GPflow
Revision 90f9a12d6a161372b0beda04c2c371f98daffeae authored by Thomas Pinder on 03 April 2020, 17:04:51 UTC, committed by GitHub on 03 April 2020, 17:04:51 UTC
* Increase MCMC sampling

* Fix section links
1 parent ea10dea
Raw File
Tip revision: 90f9a12d6a161372b0beda04c2c371f98daffeae authored by Thomas Pinder on 03 April 2020, 17:04:51 UTC
Fix MCMC sampler in documentation (#1410)
Tip revision: 90f9a12
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