https://github.com/GPflow/GPflow
Revision f46eeb3330f4c05678c46ebbcf0ae503840b2054 authored by John Bradshaw on 10 October 2017, 13:32:15 UTC, committed by John Bradshaw on 10 October 2017, 13:33:04 UTC
contextmanager to get temporary access to params following  @awav suggestion.
1 parent 9f2cf21
Raw File
Tip revision: f46eeb3330f4c05678c46ebbcf0ae503840b2054 authored by John Bradshaw on 10 October 2017, 13:32:15 UTC
Using `params_as_tensors_for(obj, convert=False)` instead of duplicated
Tip revision: f46eeb3
.travis.yml
sudo: required
dist: trusty
language: python
python:
  - 3.5
script:
  - echo "Hello world!"
back to top