https://github.com/GPflow/GPflow
Revision 9d04e3dea236141cec38067071833fcd2e80ba4a authored by James Hensman on 06 March 2018, 18:15:36 UTC, committed by GitHub on 06 March 2018, 18:15:36 UTC
1 parent 3bf5314
Raw File
Tip revision: 9d04e3dea236141cec38067071833fcd2e80ba4a authored by James Hensman on 06 March 2018, 18:15:36 UTC
docstrings in LowerTriangular transform, with help from Artem
Tip revision: 9d04e3d
.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