https://github.com/GPflow/GPflow
Revision cafa9eb35af7da2e5914ae34c5c46c1d9ed4366f authored by James Hensman on 30 March 2017, 08:55:09 UTC, committed by James Hensman on 30 March 2017, 08:55:09 UTC
1 parent b7e061d
Raw File
Tip revision: cafa9eb35af7da2e5914ae34c5c46c1d9ed4366f authored by James Hensman on 30 March 2017, 08:55:09 UTC
adding MLP kern to symmetry test
Tip revision: cafa9eb
.coveragerc
[report]
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