https://github.com/GPflow/GPflow
Revision d3a481962e8fb1f90163d6b8faf60431f9d398f4 authored by Jesper Nielsen on 28 April 2022, 11:03:19 UTC, committed by GitHub on 28 April 2022, 11:03:19 UTC
1 parent 3154445
Raw File
Tip revision: d3a481962e8fb1f90163d6b8faf60431f9d398f4 authored by Jesper Nielsen on 28 April 2022, 11:03:19 UTC
Fix bug in release process. (#1870)
Tip revision: d3a4819
.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