https://github.com/GPflow/GPflow
Revision cfabdb87d8bd5ec439e7f8f64e264170a0e2afb9 authored by Markus Kaiser on 24 March 2017, 18:36:51 UTC, committed by Markus Kaiser on 24 March 2017, 18:36:51 UTC
1 parent 21ee651
Raw File
Tip revision: cfabdb87d8bd5ec439e7f8f64e264170a0e2afb9 authored by Markus Kaiser on 24 March 2017, 18:36:51 UTC
Avoid tiled zeros
Tip revision: cfabdb8
.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