https://github.com/GPflow/GPflow
Revision 43208d17c746966017d8b6c2fd968678e599527b authored by Artem Artemev on 17 June 2019, 16:09:22 UTC, committed by Artem Artemev on 17 June 2019, 16:09:22 UTC
1 parent fdb6b3f
Raw File
Tip revision: 43208d17c746966017d8b6c2fd968678e599527b authored by Artem Artemev on 17 June 2019, 16:09:22 UTC
Test
Tip revision: 43208d1
.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