https://github.com/GPflow/GPflow
Revision e56305666b66d74019a021e7a9f2c0ecbf8980b4 authored by Vincent Dutordoir on 16 March 2020, 13:47:39 UTC, committed by GitHub on 16 March 2020, 13:47:39 UTC
Rename lengthscale to lengthscales
1 parent 8704514
Raw File
Tip revision: e56305666b66d74019a021e7a9f2c0ecbf8980b4 authored by Vincent Dutordoir on 16 March 2020, 13:47:39 UTC
Rename lengthscale to lengthscales (#1324)
Tip revision: e563056
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