https://github.com/GPflow/GPflow
Revision fda83683483429de5eda996ba2f98c0400b987cf authored by Jesper Nielsen on 08 July 2022, 13:23:43 UTC, committed by GitHub on 08 July 2022, 13:23:43 UTC
1 parent 2ca62db
Raw File
Tip revision: fda83683483429de5eda996ba2f98c0400b987cf authored by Jesper Nielsen on 08 July 2022, 13:23:43 UTC
Apply check_shapes to likelihoods. (#1931)
Tip revision: fda8368
.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