https://github.com/GPflow/GPflow
Revision 9fac59f584c463cf3f9f11344c140c01e1d41190 authored by vdutor on 30 January 2019, 14:04:09 UTC, committed by vdutor on 30 January 2019, 14:04:09 UTC
2 parent s 470920c + d9fa6a9
Raw File
Tip revision: 9fac59f584c463cf3f9f11344c140c01e1d41190 authored by vdutor on 30 January 2019, 14:04:09 UTC
Merge branch 'vincent/notebooks-revamp' of github.com:GPflow/GPflow into vincent/notebooks-revamp
Tip revision: 9fac59f
.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