https://github.com/GPflow/GPflow
Revision 876a5115ccafa62941187f4f413a20d58652ff24 authored by James Hensman on 24 November 2016, 10:12:40 UTC, committed by James Hensman on 24 November 2016, 10:12:40 UTC
1 parent 6f036af
Raw File
Tip revision: 876a5115ccafa62941187f4f413a20d58652ff24 authored by James Hensman on 24 November 2016, 10:12:40 UTC
travis now uses relase version of tf
Tip revision: 876a511
gpflowrc_test.txt
[first_section]
a_bool = false
a_float = 1e-3
a_string = hello
a_type = float64

[second_section]
a_bool = true
another_bool = True
yet_another_bool = False
back to top