https://github.com/GPflow/GPflow
Revision 00c6de3cc1f6d44bdd3bba5b4f0a31bb196f38fe authored by Simon Chiu on 02 December 2022, 13:24:27 UTC, committed by Simon Chiu on 02 December 2022, 13:28:12 UTC
1 parent ebdca4f
Raw File
Tip revision: 00c6de3cc1f6d44bdd3bba5b4f0a31bb196f38fe authored by Simon Chiu on 02 December 2022, 13:24:27 UTC
Update VERSION
Tip revision: 00c6de3
.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