https://github.com/GPflow/GPflow
Revision 649b039b685e2c158bdaac3ecd8c2ad3ee18bc8f authored by Vincent Dutordoir on 15 February 2019, 13:32:55 UTC, committed by GitHub on 15 February 2019, 13:32:55 UTC
1 parent 191a1c2
Raw File
Tip revision: 649b039b685e2c158bdaac3ecd8c2ad3ee18bc8f authored by Vincent Dutordoir on 15 February 2019, 13:32:55 UTC
Minor performance improvement: pass Cholesky of K to gauss_kl (#933)
Tip revision: 649b039
.coveragerc
[report]
omit = *tests*, setup.py
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