https://github.com/GPflow/GPflow
Revision 629e7b2a4288804a57112b87fe918f6ae8b97051 authored by st-- on 15 March 2021, 17:16:31 UTC, committed by GitHub on 15 March 2021, 17:16:31 UTC
* fix bug (that masked test failure!) in test_method_equivalence and improve collection speed
* optimize non-whitened SVGP model more strongly to get test_equivalence to pass
* remove --use-feature=2020-resolver (will become an error in pip 21.0)
1 parent 1831a5d
Raw File
Tip revision: 629e7b2a4288804a57112b87fe918f6ae8b97051 authored by st-- on 15 March 2021, 17:16:31 UTC
fix bug (that masked test failure!) in test_method_equivalence (#1649)
Tip revision: 629e7b2
tests_requirements.txt
mypy
black==19.10b0
isort>=5.1
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