https://github.com/GPflow/GPflow
Revision 7ec7955e8e46450955bf763f16720cf06a9c7365 authored by st-- on 28 March 2020, 16:12:50 UTC, committed by GitHub on 28 March 2020, 16:12:50 UTC
1 parent 30824d2
Raw File
Tip revision: 7ec7955e8e46450955bf763f16720cf06a9c7365 authored by st-- on 28 March 2020, 16:12:50 UTC
speed up VFF notebook (#1383)
Tip revision: 7ec7955
.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