https://github.com/GPflow/GPflow
Revision ca28e95eaf0fb6ab9f19f1812c5392f37d424cf8 authored by Gustavo Carvalho on 05 August 2020, 00:30:41 UTC, committed by Gustavo Carvalho on 05 August 2020, 00:30:41 UTC
1 parent fa63a66
Raw File
Tip revision: ca28e95eaf0fb6ab9f19f1812c5392f37d424cf8 authored by Gustavo Carvalho on 05 August 2020, 00:30:41 UTC
merged with gustavocmv/quadrature-change-shape
Tip revision: ca28e95
.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