https://github.com/GPflow/GPflow
Raw File
Tip revision: b13937d5519dacd71c92cd7b937b5f9da3cb19ce authored by Mark van der Wilk on 11 January 2017, 09:06:53 UTC
Changes for tf0.12 (#307)
Tip revision: b13937d
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