https://github.com/GPflow/GPflow
Revision 3ed2abe8cd4777a34991d376ea86e15abadce398 authored by vdutor on 18 February 2019, 18:31:20 UTC, committed by vdutor on 18 February 2019, 18:31:20 UTC
2 parent s 1f2558a + 60489a6
Raw File
Tip revision: 3ed2abe8cd4777a34991d376ea86e15abadce398 authored by vdutor on 18 February 2019, 18:31:20 UTC
Merge branch 'vincent/notebooks-revamp' of github.com:GPflow/GPflow into vincent/notebooks-revamp
Tip revision: 3ed2abe
.coveragerc
[report]
omit = *tests*, setup.py
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