https://github.com/GPflow/GPflow
Revision bd1eb7ce24138ef108edd45c5b22346f796e1da8 authored by Fergus on 26 November 2019, 20:55:57 UTC, committed by Artem Artemev on 26 November 2019, 20:55:57 UTC
1 parent 1b9073d
Raw File
Tip revision: bd1eb7ce24138ef108edd45c5b22346f796e1da8 authored by Fergus on 26 November 2019, 20:55:57 UTC
Assign lower bound directly to likelihood variance. (#1162)
Tip revision: bd1eb7c
.coveragerc
[report]
omit = *tests*, setup.py
exclude_lines =
    pragma: no cover
    def __repr__
    def __str__
    def _repr_html_
    def _html_table_rows
    if self.debug:
    if settings.DEBUG
    raise AssertionError
    raise NotImplementedError
    if __name__ == .__main__.:
    print
back to top