https://github.com/GPflow/GPflow
Revision 6814149afb2e6183d3e78f108a86938a696e10bb authored by Mark van der Wilk on 18 July 2019, 14:36:45 UTC, committed by GitHub on 18 July 2019, 14:36:45 UTC
* Convolutional GP experiments script.
1 parent 8859936
Raw File
Tip revision: 6814149afb2e6183d3e78f108a86938a696e10bb authored by Mark van der Wilk on 18 July 2019, 14:36:45 UTC
Small updates for convolutional kernel (#1004)
Tip revision: 6814149
.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