Revision d088c2c4583df606a6f0ba79eea78d27c6210f7c authored by st-- on 27 October 2021, 08:05:54 UTC, committed by GitHub on 27 October 2021, 08:05:54 UTC
Closes https://github.com/GPflow/GPflow/issues/1674
1 parent 5442883
Raw File
.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