https://github.com/GPflow/GPflow
Revision 760bf04b0d55667fa3b1e8cc70a70b7da2250161 authored by ST John on 09 October 2019, 13:30:58 UTC, committed by ST John on 09 October 2019, 13:30:58 UTC
1 parent 4dba79d
Raw File
Tip revision: 760bf04b0d55667fa3b1e8cc70a70b7da2250161 authored by ST John on 09 October 2019, 13:30:58 UTC
add noise_variance argument to GPR and SGPR
Tip revision: 760bf04
.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