https://github.com/GPflow/GPflow
Revision a241dd3fd07409272f40017b9051013695b3ace7 authored by Eric Hammy on 13 November 2019, 23:25:50 UTC, committed by Artem Artemev on 13 November 2019, 23:25:50 UTC
1 parent 24b5733
Raw File
Tip revision: a241dd3fd07409272f40017b9051013695b3ace7 authored by Eric Hammy on 13 November 2019, 23:25:50 UTC
Missing `full_output_cov` in VGP and GPLVM parameter prevents us from calling, `predict_f_samples` from the base class.. (#1147)
Tip revision: a241dd3
.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