https://github.com/GPflow/GPflow
Raw File
Tip revision: 6aab4fb1611c88be7d2c63d000fcbb455917400f authored by John Mcleod on 29 April 2021, 14:32:44 UTC
Bugfix for new Posterior object with PrecomputeCacheType.VARIABLE (#1678) (#1679)
Tip revision: 6aab4fb
.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