https://github.com/GPflow/GPflow
Revision 977af3ccb42108cff8dbe1480c158ec92b75a2cc authored by James Hensman on 13 April 2016, 21:08:15 UTC, committed by James Hensman on 13 April 2016, 21:08:15 UTC
1 parent b9d42d6
Raw File
Tip revision: 977af3ccb42108cff8dbe1480c158ec92b75a2cc authored by James Hensman on 13 April 2016, 21:08:15 UTC
svgp.py is now pep8 compliant
Tip revision: 977af3c
.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__.:
back to top