https://github.com/GPflow/GPflow
Revision 5166d0f3153208cf8820dfd31bdbfdbaa8115103 authored by Artem Artemev on 29 January 2019, 08:16:48 UTC, committed by Artem Artemev on 29 January 2019, 08:16:48 UTC
2 parent s c6805dc + 35e58c4
Raw File
Tip revision: 5166d0f3153208cf8820dfd31bdbfdbaa8115103 authored by Artem Artemev on 29 January 2019, 08:16:48 UTC
Merge branch 'develop' of github.com:GPflow/GPflow into develop
Tip revision: 5166d0f
.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