https://github.com/GPflow/GPflow
Revision 1667dacbc8d5c0db941fadf8700c652d6b65ed06 authored by Jesper Nielsen on 06 July 2022, 09:21:05 UTC, committed by GitHub on 06 July 2022, 09:21:05 UTC
1 parent 6c42eff
Raw File
Tip revision: 1667dacbc8d5c0db941fadf8700c652d6b65ed06 authored by Jesper Nielsen on 06 July 2022, 09:21:05 UTC
Add an X parameter to the Likelihood. (#1919)
Tip revision: 1667dac
.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