https://github.com/GPflow/GPflow
Raw File
Tip revision: c2084b8bbad2963dc439ef426d085ca4fe3045da authored by Uri Granta on 27 March 2024, 18:17:03 UTC
Update test accordingly
Tip revision: c2084b8
.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