https://github.com/GPflow/GPflow
Revision 27addffb5a5ae5112a779c758c1984395c697f78 authored by James Hensman on 26 October 2016, 20:27:16 UTC, committed by James Hensman on 26 October 2016, 20:27:16 UTC
1 parent a6b6b42
Raw File
Tip revision: 27addffb5a5ae5112a779c758c1984395c697f78 authored by James Hensman on 26 October 2016, 20:27:16 UTC
improvements to model picklability
Tip revision: 27addff
.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