https://github.com/GPflow/GPflow
Raw File
Tip revision: f5d8cc45aec7e1f5a5c27f49e4ee377a7fbbac83 authored by Guido Kraemer on 04 April 2018, 11:10:45 UTC
Name attribute for Gaussian likelihood.
Tip revision: f5d8cc4
.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