https://github.com/GPflow/GPflow
Revision a6f30432d089574560606cacc78ca6203150b132 authored by Artem Artemev on 27 October 2019, 17:21:33 UTC, committed by Artem Artemev on 27 October 2019, 17:21:33 UTC
2 parent s 5d6336f + 9b5bf76
Raw File
Tip revision: a6f30432d089574560606cacc78ca6203150b132 authored by Artem Artemev on 27 October 2019, 17:21:33 UTC
Merge branch 'develop-2.0' of github.com:GPflow/GPflow into develop-2.0
Tip revision: a6f3043
.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