https://github.com/GPflow/GPflow
Revision 646ca7a0dc8f7da7afe5f5d958fefe5abebece65 authored by ST John on 15 March 2021, 11:16:47 UTC, committed by ST John on 15 March 2021, 11:16:47 UTC
1 parent d0b4556
Raw File
Tip revision: 646ca7a0dc8f7da7afe5f5d958fefe5abebece65 authored by ST John on 15 March 2021, 11:16:47 UTC
format
Tip revision: 646ca7a
.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