https://github.com/GPflow/GPflow
Revision 268e315fda816816f75580d5af51b58500f0447e authored by John Mcleod on 22 June 2021, 14:59:14 UTC, committed by GitHub on 22 June 2021, 14:59:14 UTC
1 parent bebbc2b
Raw File
Tip revision: 268e315fda816816f75580d5af51b58500f0447e authored by John Mcleod on 22 June 2021, 14:59:14 UTC
Small refactor of the posteriors to support other models (#1695)
Tip revision: 268e315
.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