https://github.com/GPflow/GPflow
Revision 5b7653685e5c4f2d85102cbac529c7851e9633b5 authored by John Mcleod on 06 April 2021, 09:31:52 UTC, committed by GitHub on 06 April 2021, 09:31:52 UTC
1 parent 405eb97
Raw File
Tip revision: 5b7653685e5c4f2d85102cbac529c7851e9633b5 authored by John Mcleod on 06 April 2021, 09:31:52 UTC
Fix fallback inducing points with multioutput Kuf. (#1654)
Tip revision: 5b76536
.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