https://github.com/GPflow/GPflow
Revision c14047708edd6c731e7ca7e02e8714471f26ecb7 authored by James Hensman on 29 June 2016, 13:45:31 UTC, committed by James Hensman on 29 June 2016, 13:45:31 UTC
1 parent 4505df2
Raw File
Tip revision: c14047708edd6c731e7ca7e02e8714471f26ecb7 authored by James Hensman on 29 June 2016, 13:45:31 UTC
correcting no-cover statement
Tip revision: c140477
.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__.:
back to top