https://github.com/GPflow/GPflow
Revision 79fb1a754579c01d52ee8ea7522c5ee2f2685112 authored by mqbssaby on 10 March 2017, 14:49:02 UTC, committed by mqbssaby on 10 March 2017, 14:49:02 UTC
1 parent 6c9c0ef
Raw File
Tip revision: 79fb1a754579c01d52ee8ea7522c5ee2f2685112 authored by mqbssaby on 10 March 2017, 14:49:02 UTC
update test
Tip revision: 79fb1a7
.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