https://github.com/GPflow/GPflow
Revision 5ef88136c7d9be19b91a485bd20790f5591cf33a authored by Simon Fothergill on 20 February 2019, 17:36:23 UTC, committed by Vincent Dutordoir on 20 February 2019, 17:36:23 UTC
1 parent 5f037b4
Raw File
Tip revision: 5ef88136c7d9be19b91a485bd20790f5591cf33a authored by Simon Fothergill on 20 February 2019, 17:36:23 UTC
Added GPflows diagram to intro (and altered intro paragraph to explain what comes next) (#947)
Tip revision: 5ef8813
.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