https://github.com/GPflow/GPflow
Revision 6ce42038302fccb1840d6f27cd1a50bf1a076a99 authored by Eric Hammy on 07 May 2020, 14:45:49 UTC, committed by GitHub on 07 May 2020, 14:45:49 UTC
1 parent 8f06b7c
Raw File
Tip revision: 6ce42038302fccb1840d6f27cd1a50bf1a076a99 authored by Eric Hammy on 07 May 2020, 14:45:49 UTC
release candidate v2.0.2 (#1457)
Tip revision: 6ce4203
.coveragerc
[report]
omit = *tests*, setup.py
exclude_lines =
    pragma: no cover
    def __repr__
    def __str__
    def _repr_html_
    def _repr_pretty_
    if self.debug:
    if settings.DEBUG
    raise AssertionError
    raise NotImplementedError
    if __name__ == .__main__.:
    print
back to top