https://github.com/GPflow/GPflow
Revision 2e42560bc201a1453d5562242809d5aecf4132c3 authored by Hugh Salimbeni on 08 March 2018, 14:06:55 UTC, committed by Hugh Salimbeni on 08 March 2018, 14:06:55 UTC
2 parent s 653babe + c61a002
Raw File
Tip revision: 2e42560bc201a1453d5562242809d5aecf4132c3 authored by Hugh Salimbeni on 08 March 2018, 14:06:55 UTC
added more tests
Tip revision: 2e42560
.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