https://github.com/GPflow/GPflow
Revision 4be4f0709d6d1b4717f34811c25a66c7dda57d1f authored by Hugh Salimbeni on 08 March 2018, 19:02:33 UTC, committed by Hugh Salimbeni on 08 March 2018, 19:02:33 UTC
1 parent 9335859
Raw File
Tip revision: 4be4f0709d6d1b4717f34811c25a66c7dda57d1f authored by Hugh Salimbeni on 08 March 2018, 19:02:33 UTC
reverted to tuple
Tip revision: 4be4f07
.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