https://github.com/GPflow/GPflow
Revision fbde5b3714a52f0b783485cea4d1ae5151f5063c authored by Alexander G. de G. Matthews on 27 October 2016, 14:27:26 UTC, committed by James Hensman on 27 October 2016, 14:27:26 UTC
1 parent ee85279
Raw File
Tip revision: fbde5b3714a52f0b783485cea4d1ae5151f5063c authored by Alexander G. de G. Matthews on 27 October 2016, 14:27:26 UTC
Adding Apache license to all testing files. (#240)
Tip revision: fbde5b3
.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