https://github.com/GPflow/GPflow
Revision e8436cae648817e8f3ae054b7129ea01a968b50b authored by James Hensman on 12 July 2017, 18:52:07 UTC, committed by James Hensman on 12 July 2017, 18:52:07 UTC
1 parent 086bd63
Raw File
Tip revision: e8436cae648817e8f3ae054b7129ea01a968b50b authored by James Hensman on 12 July 2017, 18:52:07 UTC
changing all instances of diag(_part) to matrix_diag(_part)
Tip revision: e8436ca
.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