https://github.com/GPflow/GPflow
Revision d4d8a4443514aec509933e88410c5dd0b978f047 authored by ST John on 15 March 2021, 12:50:29 UTC, committed by ST John on 15 March 2021, 12:50:29 UTC
1 parent a11e83f
Raw File
Tip revision: d4d8a4443514aec509933e88410c5dd0b978f047 authored by ST John on 15 March 2021, 12:50:29 UTC
another fix via mypy
Tip revision: d4d8a44
.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