https://github.com/GPflow/GPflow
Revision 824ee6b9eb64648cf95c8e5efc05f46015b1b71a authored by Simon Chiu on 08 November 2022, 11:03:20 UTC, committed by Simon Chiu on 08 November 2022, 11:03:20 UTC
1 parent 26a27a4
Raw File
Tip revision: 824ee6b9eb64648cf95c8e5efc05f46015b1b71a authored by Simon Chiu on 08 November 2022, 11:03:20 UTC
Updated to ignore mypy's new type-abstract error
Tip revision: 824ee6b
.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