https://github.com/GPflow/GPflow
Raw File
Tip revision: 9946b8a3275264011b00f55677a4c7da62801502 authored by Artem Artemev on 07 October 2017, 17:26:10 UTC
Parentable class moved to separate module.
Tip revision: 9946b8a
.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