https://github.com/GPflow/GPflow
Revision 1e936e01df1c3ba7645cf8a6327262ee3e7b46cf authored by Mark van der Wilk on 30 March 2020, 12:08:03 UTC, committed by GitHub on 30 March 2020, 12:08:03 UTC
We had a report of numerical problems when the tolerance was 1e-40. So in GPflow 1 it got changed to 1e-36, but this wasn't ported to GPflow 2, hence why we're fixing it now.
1 parent 792201d
Raw File
Tip revision: 1e936e01df1c3ba7645cf8a6327262ee3e7b46cf authored by Mark van der Wilk on 30 March 2020, 12:08:03 UTC
Increased tolerance for sqrt in kernels K_r2. (#1388)
Tip revision: 1e936e0
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