https://github.com/GPflow/GPflow
Revision 6c36435f353aab3773494d81474e9518d81d1299 authored by vdutor on 10 September 2020, 09:16:23 UTC, committed by vdutor on 10 September 2020, 09:16:23 UTC
1 parent 6280674
Raw File
Tip revision: 6c36435f353aab3773494d81474e9518d81d1299 authored by vdutor on 10 September 2020, 09:16:23 UTC
Fix test
Tip revision: 6c36435
.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