https://github.com/GPflow/GPflow
Revision 5c7e0918805b8b1ab7fadfbe5e5ceccba5853d37 authored by ST John on 15 March 2021, 18:33:34 UTC, committed by ST John on 15 March 2021, 18:33:34 UTC
1 parent a9d889b
Raw File
Tip revision: 5c7e0918805b8b1ab7fadfbe5e5ceccba5853d37 authored by ST John on 15 March 2021, 18:33:34 UTC
format
Tip revision: 5c7e091
.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