https://github.com/GPflow/GPflow
Revision b74e19e74c1a0e705e69a6bbee7709354e12563e authored by st-- on 05 October 2020, 10:48:01 UTC, committed by GitHub on 05 October 2020, 10:48:01 UTC
1 parent 8e0744a
Raw File
Tip revision: b74e19e74c1a0e705e69a6bbee7709354e12563e authored by st-- on 05 October 2020, 10:48:01 UTC
Explicit NotImplementedError on predict_y/predict_log_density with full_(output_)cov=True (#1582)
Tip revision: b74e19e
tests_requirements.txt
mypy
black==19.10b0
isort
pytest>=3.5.0
pytest-cov
pytest-random-order
pytest-xdist  # for local tests only
codecov

# 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