https://github.com/GPflow/GPflow
Revision ee8dd4dc611152ab5ac72a534348b81f05a4193c authored by Jesper Nielsen on 16 March 2022, 10:57:46 UTC, committed by GitHub on 16 March 2022, 10:57:46 UTC
1 parent e8c3cc8
Raw File
Tip revision: ee8dd4dc611152ab5ac72a534348b81f05a4193c authored by Jesper Nielsen on 16 March 2022, 10:57:46 UTC
Be uptight about __all__, and fix revealed mypy errors. (#1816)
Tip revision: ee8dd4d
.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