https://github.com/GPflow/GPflow
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]
omit = *tests*, setup.py
exclude_lines =
    pragma: no cover
    def __repr__
    def __str__
    def _repr_html_
    def _repr_pretty_
    if self.debug:
    if settings.DEBUG
    raise AssertionError
    raise NotImplementedError
    if __name__ == .__main__.:
    print
back to top