https://github.com/GPflow/GPflow
Revision b4b42a9cbfcf05b55e102e8bac5a1fea7991b147 authored by James Hensman on 22 October 2016, 07:23:17 UTC, committed by GitHub on 22 October 2016, 07:23:17 UTC
1 parent 9b5b5f4
Raw File
Tip revision: b4b42a9cbfcf05b55e102e8bac5a1fea7991b147 authored by James Hensman on 22 October 2016, 07:23:17 UTC
adding gpflowrc to the manifest file (#233)
Tip revision: b4b42a9
.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