https://github.com/GPflow/GPflow
Revision a90aa72b1fdba4fa99eaeba6742ceb330f87dee6 authored by Uri Granta on 27 November 2023, 13:42:49 UTC, committed by Uri Granta on 27 November 2023, 13:42:49 UTC
1 parent 4746ee8
Raw File
Tip revision: a90aa72b1fdba4fa99eaeba6742ceb330f87dee6 authored by Uri Granta on 27 November 2023, 13:42:49 UTC
Update RELEASE.md
Tip revision: a90aa72
.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