https://github.com/GPflow/GPflow
Revision 00d2e665d7a55c5eb741493ad65ee2953da62adc authored by st-- on 12 May 2020, 17:21:58 UTC, committed by GitHub on 12 May 2020, 17:21:58 UTC
1 parent 7560936
Raw File
Tip revision: 00d2e665d7a55c5eb741493ad65ee2953da62adc authored by st-- on 12 May 2020, 17:21:58 UTC
bump version to 2.0.3 (#1464)
Tip revision: 00d2e66
.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