https://github.com/GPflow/GPflow
Revision f5741772bcad1bde9fdaf7bf650ec868f09cf8db authored by Sergio Diaz on 19 June 2019, 15:51:17 UTC, committed by Sergio Diaz on 19 June 2019, 15:51:17 UTC
1 parent c6843bc
Raw File
Tip revision: f5741772bcad1bde9fdaf7bf650ec868f09cf8db authored by Sergio Diaz on 19 June 2019, 15:51:17 UTC
Introduction to GPflow notebook
Tip revision: f574177
.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