https://github.com/GPflow/GPflow
Revision a659d17f0b36beb50a89943dfbf579345b05db76 authored by James Hensman on 31 October 2017, 09:43:31 UTC, committed by James Hensman on 31 October 2017, 09:43:31 UTC
(awaiting updated doc from Artem re the new
structure of gpflow)
1 parent e5e1eb8
Raw File
Tip revision: a659d17f0b36beb50a89943dfbf579345b05db76 authored by James Hensman on 31 October 2017, 09:43:31 UTC
removed structure notebook
Tip revision: a659d17
.coveragerc
[report]
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