https://github.com/GPflow/GPflow
Revision 05647cadeaa7b9244f7c229e9b67d430df3a796c authored by st-- on 23 March 2020, 10:50:46 UTC, committed by GitHub on 23 March 2020, 10:50:46 UTC
There is a test in test_likelihoods that checks whether we missed any likelihood in the test - this is so we are reminded to add tests when we add new likelihoods! But the test was broken, and this PR fixes the test. I've also done the same for the kernel broadcasting test.
1 parent d47446f
Raw File
Tip revision: 05647cadeaa7b9244f7c229e9b67d430df3a796c authored by st-- on 23 March 2020, 10:50:46 UTC
Fix "comprehensiveness" tests (#1340)
Tip revision: 05647ca
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