https://github.com/GPflow/GPflow
Revision 972965c3bab84128e48070cccc8a14efb3d80ddc authored by James Hensman on 28 January 2019, 13:41:58 UTC, committed by James Hensman on 28 January 2019, 13:41:58 UTC
1 parent 9dfb922
Raw File
Tip revision: 972965c3bab84128e48070cccc8a14efb3d80ddc authored by James Hensman on 28 January 2019, 13:41:58 UTC
reinstating a very important period
Tip revision: 972965c
.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