https://github.com/GPflow/GPflow
Revision fac828af407db1161fc07459c8251388e730eabd authored by James Hensman on 24 October 2016, 13:37:03 UTC, committed by James Hensman on 24 October 2016, 13:37:03 UTC
1 parent f6decf3
Raw File
Tip revision: fac828af407db1161fc07459c8251388e730eabd authored by James Hensman on 24 October 2016, 13:37:03 UTC
edits to travis file for tf11
Tip revision: fac828a
.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