https://github.com/GPflow/GPflow
Revision e8c3cc8a66327db08bfcdd5dec1bb81235fb3edf authored by Jesper Nielsen on 14 March 2022, 14:22:11 UTC, committed by GitHub on 14 March 2022, 14:22:11 UTC
1 parent 78230b9
Raw File
Tip revision: e8c3cc8a66327db08bfcdd5dec1bb81235fb3edf authored by Jesper Nielsen on 14 March 2022, 14:22:11 UTC
Fix type error with mypy 0.940. (#1814)
Tip revision: e8c3cc8
.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