https://github.com/GPflow/GPflow
Revision 23bc64c814e6b9a08a62f39aecdc856ed2c96d1c authored by James Hensman on 28 October 2016, 12:51:29 UTC, committed by James Hensman on 28 October 2016, 12:51:29 UTC
1 parent 512007d
Raw File
Tip revision: 23bc64c814e6b9a08a62f39aecdc856ed2c96d1c authored by James Hensman on 28 October 2016, 12:51:29 UTC
fixing tf version in setup.py
Tip revision: 23bc64c
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