https://github.com/GPflow/GPflow
Revision a5b06efec18d996ba1135063fc1d5700a6d42658 authored by Hugh Salimbeni on 08 March 2018, 14:08:21 UTC, committed by Hugh Salimbeni on 08 March 2018, 14:08:21 UTC
1 parent 2e42560
Raw File
Tip revision: a5b06efec18d996ba1135063fc1d5700a6d42658 authored by Hugh Salimbeni on 08 March 2018, 14:08:21 UTC
formatting
Tip revision: a5b06ef
.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