Revision 61b0659d1ae61cad6457920bc1d0be91242802a8 authored by Mark van der Wilk on 09 September 2016, 10:42:54 UTC, committed by James Hensman on 09 September 2016, 10:42:54 UTC
* Verbosity flags for optimisation and compilation now used.

* Jitter level now read from config.

* Exclude testing print statements

* Added missed jitter levels.

* bugfix in gpmc.py
1 parent 9fbdec8
Raw File
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