https://github.com/GPflow/GPflow
Revision a11e83f5993017d67c61b4007a4c8534cb6b644d authored by ST John on 15 March 2021, 12:45:56 UTC, committed by ST John on 15 March 2021, 12:45:56 UTC
1 parent ad5a758
Raw File
Tip revision: a11e83f5993017d67c61b4007a4c8534cb6b644d authored by ST John on 15 March 2021, 12:45:56 UTC
fix test_method_equivalence to only optimise *in test*, not during collection, to trace down bug (and make collecting faster!)
Tip revision: a11e83f
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