https://github.com/GPflow/GPflow
Revision 21104e8445c4231ec5e40f3701ef3dff13ca8bf8 authored by st-- on 04 June 2020, 16:14:50 UTC, committed by GitHub on 04 June 2020, 16:14:50 UTC
2 parent s c194230 + 77eacca
Raw File
Tip revision: 21104e8445c4231ec5e40f3701ef3dff13ca8bf8 authored by st-- on 04 June 2020, 16:14:50 UTC
Merge branch 'develop' into st/quickfix/dispatch_docs
Tip revision: 21104e8
.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