https://github.com/GPflow/GPflow
Revision 201824357530801d0253baa6841d4adfea0c1301 authored by st-- on 15 April 2020, 10:14:20 UTC, committed by GitHub on 15 April 2020, 10:14:20 UTC
* fix kernel construction in multioutput notebook
* fix one more kernel in changepoints notebook
1 parent 3fd78aa
Raw File
Tip revision: 201824357530801d0253baa6841d4adfea0c1301 authored by st-- on 15 April 2020, 10:14:20 UTC
fix kernel construction in multioutput notebook (#1430)
Tip revision: 2018243
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