https://github.com/GPflow/GPflow
Revision f46cf973b75952a860536b8e31805fc73cacfd3e authored by ST John on 14 May 2020, 15:15:25 UTC, committed by ST John on 14 May 2020, 15:15:25 UTC
1 parent 3c45748
Raw File
Tip revision: f46cf973b75952a860536b8e31805fc73cacfd3e authored by ST John on 14 May 2020, 15:15:25 UTC
turn into keyword arg
Tip revision: f46cf97
.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