https://github.com/GPflow/GPflow
Revision 57a6c69e385d7a90b89b2d8b933df7fd99d72405 authored by James Hensman on 10 August 2016, 09:38:35 UTC, committed by Mark van der Wilk on 10 August 2016, 09:38:35 UTC
* adding a simple Uniform prior
* fixed sign bug
1 parent 5726dd4
Raw File
Tip revision: 57a6c69e385d7a90b89b2d8b933df7fd99d72405 authored by James Hensman on 10 August 2016, 09:38:35 UTC
adding a simple Uniform prior (#146)
Tip revision: 57a6c69
.coveragerc
[report]
exclude_lines =
    pragma: no cover
    def __repr__
    def __str__
    def _repr_html_
    def _html_table_rows
    if self.debug:
    if settings.DEBUG
    raise AssertionError
    raise NotImplementedError
    if __name__ == .__main__.:
back to top