https://github.com/GPflow/GPflow
Revision a8504aa6d8102a2409aa4b85b39b26197edc7144 authored by Artem Artemev on 02 July 2019, 17:59:59 UTC, committed by Artem Artemev on 02 July 2019, 17:59:59 UTC
1 parent 7e4d879
Raw File
Tip revision: a8504aa6d8102a2409aa4b85b39b26197edc7144 authored by Artem Artemev on 02 July 2019, 17:59:59 UTC
Clean notebook
Tip revision: a8504aa
.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