https://github.com/GPflow/GPflow
Revision de302a10c2c7d91c6f94f72e73038220b7de75a4 authored by Artem Artemev on 17 June 2019, 16:31:51 UTC, committed by Artem Artemev on 17 June 2019, 16:31:51 UTC
1 parent 43208d1
Raw File
Tip revision: de302a10c2c7d91c6f94f72e73038220b7de75a4 authored by Artem Artemev on 17 June 2019, 16:31:51 UTC
Cleaning up
Tip revision: de302a1
.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