https://github.com/GPflow/GPflow
Revision 9f3410b8335b1cbfabcdac047d2cdf555c73cdf7 authored by ST John on 15 March 2021, 10:41:06 UTC, committed by ST John on 15 March 2021, 10:41:06 UTC
1 parent 692ab2f
Raw File
Tip revision: 9f3410b8335b1cbfabcdac047d2cdf555c73cdf7 authored by ST John on 15 March 2021, 10:41:06 UTC
fixes via mypy
Tip revision: 9f3410b
.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