https://github.com/GPflow/GPflow
Revision 120561743eaecf864a1015eaf313da0044ea7748 authored by st-- on 27 April 2021, 17:13:01 UTC, committed by GitHub on 27 April 2021, 17:13:01 UTC
1 parent b4e6298
Raw File
Tip revision: 120561743eaecf864a1015eaf313da0044ea7748 authored by st-- on 27 April 2021, 17:13:01 UTC
bump version and update RELEASE.md (#1676)
Tip revision: 1205617
.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