https://github.com/GPflow/GPflow
Revision fcd3b0005cbdb496e7944a909cae3b651dfd424d authored by st-- on 15 January 2020, 11:08:14 UTC, committed by Artem Artemev on 15 January 2020, 11:08:14 UTC
1 parent cd55917
Raw File
Tip revision: fcd3b0005cbdb496e7944a909cae3b651dfd424d authored by st-- on 15 January 2020, 11:08:14 UTC
Add validation to Parameter.assign() to increase robustness of transforms (#1198)
Tip revision: fcd3b00
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