https://github.com/GPflow/GPflow
Revision 6f16e67e1cab946de411472a7caf12fbfa8ab3a1 authored by Gustavo Carvalho on 06 October 2020, 21:18:10 UTC, committed by Gustavo Carvalho on 06 October 2020, 21:18:10 UTC
1 parent 39c8a76
Raw File
Tip revision: 6f16e67e1cab946de411472a7caf12fbfa8ab3a1 authored by Gustavo Carvalho on 06 October 2020, 21:18:10 UTC
tests
Tip revision: 6f16e67
.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