https://github.com/GPflow/GPflow
Revision d8bbeb78ce552630f3ccc0ae48794977ae934ed6 authored by ST John on 09 October 2019, 13:42:34 UTC, committed by ST John on 09 October 2019, 13:42:34 UTC
1 parent a8f9348
Raw File
Tip revision: d8bbeb78ce552630f3ccc0ae48794977ae934ed6 authored by ST John on 09 October 2019, 13:42:34 UTC
make docstrings r""
Tip revision: d8bbeb7
.coveragerc
[report]
omit = *tests*, setup.py
exclude_lines =
    pragma: no cover
    def __repr__
    def __str__
    def _repr_html_
    def _html_table_rows
    if self.debug:
    if settings.DEBUG
    raise AssertionError
    raise NotImplementedError
    if __name__ == .__main__.:
    print
back to top