https://github.com/GPflow/GPflow
Revision 228f4c940fbc1311110427987d66ff33f133999f authored by Jesper Nielsen on 23 May 2022, 10:57:30 UTC, committed by GitHub on 23 May 2022, 10:57:30 UTC
1 parent 8a645f8
Raw File
Tip revision: 228f4c940fbc1311110427987d66ff33f133999f authored by Jesper Nielsen on 23 May 2022, 10:57:30 UTC
Make sure all code compiles correctly. (#1893)
Tip revision: 228f4c9
.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