https://github.com/GPflow/GPflow
Revision b970ee62ca16cadd04a7c08f5f73dcfeac46ee17 authored by Alexis Boukouvalas on 13 January 2017, 14:49:06 UTC, committed by James Hensman on 13 January 2017, 14:49:06 UTC
* link GPLVM documentation

* relative links to notebooks

* moving stray notebook location
1 parent 0e4b3c4
Raw File
Tip revision: b970ee62ca16cadd04a7c08f5f73dcfeac46ee17 authored by Alexis Boukouvalas on 13 January 2017, 14:49:06 UTC
link GPLVM documentation (#318)
Tip revision: b970ee6
.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__.:
    print
back to top