https://github.com/GPflow/GPflow
Revision 18253ba9534907f61e1c14691a4129da9ec116fe authored by uri-granta on 08 March 2022, 12:48:15 UTC, committed by GitHub on 08 March 2022, 12:48:15 UTC
* Use einsum rather than diag_part on a product

* Format

* Handle leading dimensions

Co-authored-by: Uri Granta <uri.granta@secondmind.io>
1 parent 9332bd1
Raw File
Tip revision: 18253ba9534907f61e1c14691a4129da9ec116fe authored by uri-granta on 08 March 2022, 12:48:15 UTC
Make posterior predict more memory efficient (#1809)
Tip revision: 18253ba
.coveragerc
[report]
omit = *tests*, setup.py
exclude_lines =
    pragma: no cover
    def __repr__
    def __str__
    def _repr_html_
    def _repr_pretty_
    if self.debug:
    if settings.DEBUG
    raise AssertionError
    raise NotImplementedError
    if __name__ == .__main__.:
    print
back to top