https://github.com/GPflow/GPflow
Revision 314c5bd86e593b5e9720bc7fd943a86866358c2a authored by Artem Artemev on 03 October 2017, 22:44:31 UTC, committed by Artem Artemev on 03 October 2017, 22:44:31 UTC
1 parent efcd60f
Raw File
Tip revision: 314c5bd86e593b5e9720bc7fd943a86866358c2a authored by Artem Artemev on 03 October 2017, 22:44:31 UTC
Model name option argument is returned. Constrained parameter for Bernoulli had wrong shape.
Tip revision: 314c5bd
.travis.yml
sudo: required
dist: trusty
language: python
python:
  - 3.5
script:
  - echo "Hello world!"
back to top