https://github.com/GPflow/GPflow
Revision b47d114dddfea8b358e615ad90b603c1aedf6b60 authored by ST John on 18 January 2021, 12:07:07 UTC, committed by ST John on 18 January 2021, 12:07:07 UTC
1 parent b04d630
Raw File
Tip revision: b47d114dddfea8b358e615ad90b603c1aedf6b60 authored by ST John on 18 January 2021, 12:07:07 UTC
format on notebooks
Tip revision: b47d114
.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