https://github.com/GPflow/GPflow
Revision 7b550b712a4ff031d8b4063ba4d910ab5a3ef5c6 authored by st-- on 29 January 2020, 12:19:45 UTC, committed by GitHub on 29 January 2020, 12:19:45 UTC
1 parent f49e110
Raw File
Tip revision: 7b550b712a4ff031d8b4063ba4d910ab5a3ef5c6 authored by st-- on 29 January 2020, 12:19:45 UTC
Make it clearer to users that we would welcome feedback on pain points & design quirks as well as "obvious" bugs (#1227)
Tip revision: 7b550b7
.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