https://github.com/GPflow/GPflow
Raw File
Tip revision: cfbe1f754a3565b847ed8b3d187d453ada838353 authored by Jesper Nielsen on 16 May 2022, 09:30:09 UTC
Actually add_noise_cov supports leading batch shapes. (#1887)
Tip revision: cfbe1f7
.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