https://github.com/GPflow/GPflow
Revision f9ba316da74981bfab774dbfa79a23b7fcbaceb3 authored by thevincentadam on 31 January 2020, 15:53:59 UTC, committed by thevincentadam on 31 January 2020, 15:53:59 UTC
1 parent 9b69953
Raw File
Tip revision: f9ba316da74981bfab774dbfa79a23b7fcbaceb3 authored by thevincentadam on 31 January 2020, 15:53:59 UTC
make exp
Tip revision: f9ba316
.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