https://github.com/GPflow/GPflow
Revision 552074a4cfa3dfb5cb00e2590c6c5150a7a51175 authored by st-- on 09 December 2019, 14:24:19 UTC, committed by GitHub on 09 December 2019, 14:24:19 UTC
* fix bug in Kernel.on_separate_dims
* regression test
1 parent ef5a7ca
Raw File
Tip revision: 552074a4cfa3dfb5cb00e2590c6c5150a7a51175 authored by st-- on 09 December 2019, 14:24:19 UTC
fix bug in Kernel.on_separate_dims (#1178)
Tip revision: 552074a
tests_requirements.txt
pytest>=3.5.0
pytest-random-order

# Notebook tests:
tensorflow-datasets
nbformat
nbconvert
ipykernel
jupyter_client
matplotlib
sklearn  # mixture-density-network
ipywidgets  # Required by tensorflow-datasets
back to top