https://github.com/GPflow/GPflow
Revision a3998d1ea3e028d73d3178caca83056620c3694c authored by Vincent Dutordoir on 12 January 2021, 12:10:25 UTC, committed by GitHub on 12 January 2021, 12:10:25 UTC
2 parent s 9b4f340 + 7688477
Raw File
Tip revision: a3998d1ea3e028d73d3178caca83056620c3694c authored by Vincent Dutordoir on 12 January 2021, 12:10:25 UTC
Merge branch 'develop' into vincent/quickfix/dynamic-shapes-quadrature
Tip revision: a3998d1
.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