https://github.com/GPflow/GPflow
Revision 0c17b45f1318177d984a56883f027de58227eaf9 authored by alexisboukouvalas on 09 March 2017, 22:34:00 UTC, committed by alexisboukouvalas on 09 March 2017, 22:34:00 UTC
1 parent 1634688
Raw File
Tip revision: 0c17b45f1318177d984a56883f027de58227eaf9 authored by alexisboukouvalas on 09 March 2017, 22:34:00 UTC
testing notebooks
Tip revision: 0c17b45
.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