https://github.com/GPflow/GPflow
Revision 3863e13fdf1c8de09ad6cb9131d1570a67c469ed authored by James Hensman on 13 January 2017, 15:26:26 UTC, committed by GitHub on 13 January 2017, 15:26:26 UTC
1 parent b970ee6
Raw File
Tip revision: 3863e13fdf1c8de09ad6cb9131d1570a67c469ed authored by James Hensman on 13 January 2017, 15:26:26 UTC
updating tf version in readthedocs (#319)
Tip revision: 3863e13
.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