https://github.com/GPflow/GPflow
Revision ea498a1580fa4de98e608f71557217db853a93d2 authored by ST John on 14 October 2019, 17:53:03 UTC, committed by ST John on 14 October 2019, 17:53:03 UTC
1 parent 0ee881e
Raw File
Tip revision: ea498a1580fa4de98e608f71557217db853a93d2 authored by ST John on 14 October 2019, 17:53:03 UTC
WIP
Tip revision: ea498a1
.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