https://github.com/GPflow/GPflow
Revision 37a4bd58a97850c3d93c8505c25507822ee05b87 authored by James Hensman on 03 October 2016, 08:54:00 UTC, committed by James Hensman on 03 October 2016, 08:54:00 UTC
1 parent f6d57d0
Raw File
Tip revision: 37a4bd58a97850c3d93c8505c25507822ee05b87 authored by James Hensman on 03 October 2016, 08:54:00 UTC
small changes for tf11
Tip revision: 37a4bd5
.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