https://github.com/GPflow/GPflow
Revision 4317f56c5487cb34432eca99e56d624ce1f958cf authored by Jesper Nielsen on 05 May 2022, 15:19:41 UTC, committed by GitHub on 05 May 2022, 15:19:41 UTC
1 parent 925c4a7
Raw File
Tip revision: 4317f56c5487cb34432eca99e56d624ce1f958cf authored by Jesper Nielsen on 05 May 2022, 15:19:41 UTC
Fix documentation import logic. (#1879)
Tip revision: 4317f56
.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