https://github.com/GPflow/GPflow
Revision 60d2f59f3b30a533f023b5282739baa7abab7080 authored by Alexander G. de G. Matthews on 16 September 2016, 11:46:07 UTC, committed by GitHub on 16 September 2016, 11:46:07 UTC
2 parent s 13ca1bb + d3d298d
Raw File
Tip revision: 60d2f59f3b30a533f023b5282739baa7abab7080 authored by Alexander G. de G. Matthews on 16 September 2016, 11:46:07 UTC
Merge pull request #185 from GPflow/float_types
Tip revision: 60d2f59
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