https://github.com/GPflow/GPflow
Raw File
Tip revision: a93bb9cdcd0fac3057cbe0ee173cf3d041ab1727 authored by Uri Granta on 08 January 2024, 11:12:09 UTC
Typing
Tip revision: a93bb9c
.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