https://github.com/GPflow/GPflow
Revision cd12da80e0755a01ffc0afd95b13a710d17837b8 authored by Gustavo Carvalho on 10 September 2020, 14:28:11 UTC, committed by Gustavo Carvalho on 10 September 2020, 14:28:11 UTC
1 parent 9bb80ff
Raw File
Tip revision: cd12da80e0755a01ffc0afd95b13a710d17837b8 authored by Gustavo Carvalho on 10 September 2020, 14:28:11 UTC
removing NDiagGHQuadratureLikelihood from test
Tip revision: cd12da8
.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