https://github.com/GPflow/GPflow
Revision cef02dfe14b27b70fc165145db88194047fc7e4c authored by thevincentadam on 20 January 2020, 13:49:10 UTC, committed by thevincentadam on 20 January 2020, 13:49:10 UTC
1 parent f77e9b9
Raw File
Tip revision: cef02dfe14b27b70fc165145db88194047fc7e4c authored by thevincentadam on 20 January 2020, 13:49:10 UTC
update demo
Tip revision: cef02df
.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