https://github.com/GPflow/GPflow
Revision bb099e4c5b48329b842dbf9884f086f7b514bc0a authored by Vincent Dutordoir on 16 March 2020, 18:24:10 UTC, committed by GitHub on 16 March 2020, 18:24:10 UTC
Fix model.predict_f_samples
1 parent 6d989a8
Raw File
Tip revision: bb099e4c5b48329b842dbf9884f086f7b514bc0a authored by Vincent Dutordoir on 16 March 2020, 18:24:10 UTC
Fix predict_f_samples (#1327)
Tip revision: bb099e4
.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