https://github.com/GPflow/GPflow
Revision 70d8829b30a6fe2a6bb69a1a374be4fc26ebb316 authored by James Hensman on 20 June 2017, 12:57:29 UTC, committed by James Hensman on 20 June 2017, 12:57:29 UTC
1 parent f44bc7d
Raw File
Tip revision: 70d8829b30a6fe2a6bb69a1a374be4fc26ebb316 authored by James Hensman on 20 June 2017, 12:57:29 UTC
adding 'slow' annotations to some tests (> 3 seconds)
Tip revision: 70d8829
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