https://github.com/GPflow/GPflow
Revision 22c6666fe4c760130b1785d27ff9cec2546a86fd authored by Jesper Nielsen on 28 June 2022, 14:06:14 UTC, committed by GitHub on 28 June 2022, 14:06:14 UTC
1 parent f67470e
Raw File
Tip revision: 22c6666fe4c760130b1785d27ff9cec2546a86fd authored by Jesper Nielsen on 28 June 2022, 14:06:14 UTC
Consistently raise errors where full_output_cov isn't supported. (#1918)
Tip revision: 22c6666
.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