https://github.com/GPflow/GPflow
Raw File
Tip revision: b811d4fdc081f6a7825fed7fe5d32641b8122f8c authored by Alexander G. de G. Matthews on 24 October 2016, 14:39:04 UTC
Merge pull request #238 from GPflow/versionupdate3.2
Tip revision: b811d4f
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