https://github.com/GPflow/GPflow
Revision 702643e208ebcbb1c9f2af3dd359ed5bf199b115 authored by hugh on 19 June 2017, 16:41:45 UTC, committed by hugh on 19 June 2017, 16:41:45 UTC
1 parent 55188f2
Raw File
Tip revision: 702643e208ebcbb1c9f2af3dd359ed5bf199b115 authored by hugh on 19 June 2017, 16:41:45 UTC
include opper archambeau and tests
Tip revision: 702643e
.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