https://github.com/GPflow/GPflow
Revision 310dfefc55445d2e3dad2f836b3ff4e224845348 authored by Vincent Dutordoir on 25 March 2020, 09:19:30 UTC, committed by GitHub on 25 March 2020, 09:19:30 UTC
Move TODO in uncertain_conditional into NotImplementedError message
1 parent 718da13
Raw File
Tip revision: 310dfefc55445d2e3dad2f836b3ff4e224845348 authored by Vincent Dutordoir on 25 March 2020, 09:19:30 UTC
Move TODO into NotImplementedError message (#1365)
Tip revision: 310dfef
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