https://github.com/GPflow/GPflow
Revision 1b023cb0b1b8d27a3d4a3bd08a8a6e46a0b99f08 authored by Eric Hammy on 31 March 2020, 18:50:35 UTC, committed by GitHub on 31 March 2020, 18:50:35 UTC
1 parent 59f3e2c
Raw File
Tip revision: 1b023cb0b1b8d27a3d4a3bd08a8a6e46a0b99f08 authored by Eric Hammy on 31 March 2020, 18:50:35 UTC
fixup website (#1398)
Tip revision: 1b023cb
.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