https://github.com/GPflow/GPflow
Revision 2a6673bbf2cc08e94f6db3f4e639887d22859e21 authored by Artem Artemev on 22 October 2017, 19:26:40 UTC, committed by Artem Artemev on 22 October 2017, 19:26:40 UTC
1 parent 3d406c4
Raw File
Tip revision: 2a6673bbf2cc08e94f6db3f4e639887d22859e21 authored by Artem Artemev on 22 October 2017, 19:26:40 UTC
Add dtype option to Parameter.
Tip revision: 2a6673b
.travis.yml
sudo: required
dist: trusty
language: python
python:
  - 3.5
script:
  - echo "Hello world!"
back to top