https://github.com/GPflow/GPflow
Revision 7a0661f40404c5f8606b02359c3fe99e929fc885 authored by John Bradshaw on 03 October 2017, 16:07:05 UTC, committed by John Bradshaw on 11 October 2017, 11:16:10 UTC
1 parent 345e1c2
Raw File
Tip revision: 7a0661f40404c5f8606b02359c3fe99e929fc885 authored by John Bradshaw on 03 October 2017, 16:07:05 UTC
Implemented test for linear_weights_posterior method of SVGP model.
Tip revision: 7a0661f
.travis.yml
sudo: required
dist: trusty
language: python
python:
  - 3.5
script:
  - echo "Hello world!"
back to top