https://github.com/GPflow/GPflow
Raw File
Tip revision: e175478fb91752b184b45dcaa2fe5d714ec2e7f5 authored by Rasmus Bonnevie on 02 August 2017, 15:36:50 UTC
fixed issues with changes to TF syntax.
Tip revision: e175478
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