https://github.com/GPflow/GPflow
Revision a8ee4ae5521f80e45a3609eccfccbe5441172661 authored by John Mcleod on 22 April 2021, 21:45:22 UTC, committed by GitHub on 22 April 2021, 21:45:22 UTC
1 parent 1e1de82
Raw File
Tip revision: a8ee4ae5521f80e45a3609eccfccbe5441172661 authored by John Mcleod on 22 April 2021, 21:45:22 UTC
Update HOWTO_RELEASE.md. (#1670)
Tip revision: a8ee4ae
.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