https://github.com/GPflow/GPflow
Raw File
Tip revision: e9b5da11cbad163a1123eaa7469a07a47e4b4dc7 authored by Sergio Diaz on 24 June 2019, 18:29:51 UTC
Test for multiple assign
Tip revision: e9b5da1
.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