https://github.com/GPflow/GPflow
Raw File
Tip revision: 629e7b2a4288804a57112b87fe918f6ae8b97051 authored by st-- on 15 March 2021, 17:16:31 UTC
fix bug (that masked test failure!) in test_method_equivalence (#1649)
Tip revision: 629e7b2
.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