https://github.com/GPflow/GPflow
Revision f582f4c78d63369f74164af951c4a911dedd59a4 authored by James Hensman on 28 January 2019, 14:56:55 UTC, committed by GitHub on 28 January 2019, 14:56:55 UTC
2 parent s 5dc383e + ba8b7a5
Raw File
Tip revision: f582f4c78d63369f74164af951c4a911dedd59a4 authored by James Hensman on 28 January 2019, 14:56:55 UTC
Merge branch 'develop' into hackathon_doc_cleanup
Tip revision: f582f4c
.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