https://github.com/GPflow/GPflow
Revision fb8ab2b77be5b9c842dfdfd6bbe9c796cc2c470c authored by Jesper Nielsen on 03 May 2022, 12:53:03 UTC, committed by GitHub on 03 May 2022, 12:53:03 UTC
1 parent d3a4819
Raw File
Tip revision: fb8ab2b77be5b9c842dfdfd6bbe9c796cc2c470c authored by Jesper Nielsen on 03 May 2022, 12:53:03 UTC
Fix update_versions.py. (#1875)
Tip revision: fb8ab2b
.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