https://github.com/GPflow/GPflow
Revision 0d71e303842f24030acc4d2e6c12e1f7ea33d235 authored by Gustavo Carvalho on 01 August 2020, 21:55:08 UTC, committed by Gustavo Carvalho on 01 August 2020, 21:55:08 UTC
1 parent b3a2210
Raw File
Tip revision: 0d71e303842f24030acc4d2e6c12e1f7ea33d235 authored by Gustavo Carvalho on 01 August 2020, 21:55:08 UTC
added QuadratureLikelihood to base, refactored ScalarLikelihood to use it
Tip revision: 0d71e30
.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