https://github.com/GPflow/GPflow
Revision f1842a9fb8a7472842303f4ad3f40c7b719530a3 authored by Vincent Dutordoir on 16 July 2020, 10:25:35 UTC, committed by GitHub on 16 July 2020, 10:25:35 UTC
1 parent d69b17d
Raw File
Tip revision: f1842a9fb8a7472842303f4ad3f40c7b719530a3 authored by Vincent Dutordoir on 16 July 2020, 10:25:35 UTC
Update readme with new project using GPflow (#1530)
Tip revision: f1842a9
.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