https://github.com/GPflow/GPflow
Revision f8f79c6c91a9d6030cb5d11233521fb25d88cf3b authored by vdutor on 05 February 2019, 10:21:14 UTC, committed by vdutor on 05 February 2019, 10:21:14 UTC
2 parent s e47c4de + 5123e1d
Raw File
Tip revision: f8f79c6c91a9d6030cb5d11233521fb25d88cf3b authored by vdutor on 05 February 2019, 10:21:14 UTC
Merge branch 'vincent/notebooks-revamp' of github.com:GPflow/GPflow into vincent/notebooks-revamp
Tip revision: f8f79c6
.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