https://github.com/GPflow/GPflow
Revision c2dfd94b41b27f6b6f2905672abb1dbaee6f24c9 authored by James Hensman on 21 October 2016, 14:39:20 UTC, committed by James Hensman on 21 October 2016, 14:39:20 UTC
1 parent 9b5b5f4
Raw File
Tip revision: c2dfd94b41b27f6b6f2905672abb1dbaee6f24c9 authored by James Hensman on 21 October 2016, 14:39:20 UTC
adding gpflowrc to the manifest file
Tip revision: c2dfd94
.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