https://github.com/GPflow/GPflow
Revision 2c70fa5823626d7acd1b1876da8302d025593d6b authored by alexggmatthews on 20 February 2017, 11:16:56 UTC, committed by alexggmatthews on 20 February 2017, 11:16:56 UTC
1 parent 5a049ca
Raw File
Tip revision: 2c70fa5823626d7acd1b1876da8302d025593d6b authored by alexggmatthews on 20 February 2017, 11:16:56 UTC
Adding kernels.
Tip revision: 2c70fa5
.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