https://github.com/GPflow/GPflow
Revision 6a02bf5cc0c92b98902c62a891c8b7112aa6b9a0 authored by Mark van der Wilk on 22 August 2019, 17:00:26 UTC, committed by Artem Artemev on 22 August 2019, 17:00:26 UTC
1 parent 5b88ff3
Raw File
Tip revision: 6a02bf5cc0c92b98902c62a891c8b7112aa6b9a0 authored by Mark van der Wilk on 22 August 2019, 17:00:26 UTC
Rename RBF to SquaredExponential. (#1033)
Tip revision: 6a02bf5
.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