https://github.com/GPflow/GPflow
Revision 20a006fa87954bd9d131be917ce0187bdf5fc9b5 authored by st-- on 05 May 2018, 22:52:53 UTC, committed by Artem Artemev on 05 May 2018, 22:52:53 UTC
1 parent b9e5817
Raw File
Tip revision: 20a006fa87954bd9d131be917ce0187bdf5fc9b5 authored by st-- on 05 May 2018, 22:52:53 UTC
Copyright notes
Tip revision: 20a006f
.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