https://github.com/GPflow/GPflow
Revision cc1d9d98cb4f59674f103ec4d94ad9181af29969 authored by ST John on 15 April 2021, 09:18:28 UTC, committed by ST John on 15 April 2021, 09:18:28 UTC
This reverts commit a9d889beeb63701793a978e45f5a2b2cbeed7a03.
1 parent 514ad70
Raw File
Tip revision: cc1d9d98cb4f59674f103ec4d94ad9181af29969 authored by ST John on 15 April 2021, 09:18:28 UTC
Revert "Experiment: use the caching rather than fused predict_f in SVGP"
Tip revision: cc1d9d9
.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