https://github.com/GPflow/GPflow
Revision 833291f6d72ae3a759b33245a0fe6a9198ec4e09 authored by st-- on 12 March 2020, 12:09:59 UTC, committed by GitHub on 12 March 2020, 12:09:59 UTC
1 parent a00cc3b
Raw File
Tip revision: 833291f6d72ae3a759b33245a0fe6a9198ec4e09 authored by st-- on 12 March 2020, 12:09:59 UTC
Update intro.rst (#1307)
Tip revision: 833291f
.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