https://github.com/GPflow/GPflow
Revision 0b368ceb9adbf95eecdce7736c7868dc5773f6ea authored by st-- on 11 October 2019, 10:37:44 UTC, committed by Artem Artemev on 11 October 2019, 10:37:44 UTC
1 parent 7e6028c
Raw File
Tip revision: 0b368ceb9adbf95eecdce7736c7868dc5773f6ea authored by st-- on 11 October 2019, 10:37:44 UTC
Fix behaviour of likelihood quadrature tests (#1083)
Tip revision: 0b368ce
.coveragerc
[report]
omit = *tests*, setup.py
exclude_lines =
    pragma: no cover
    def __repr__
    def __str__
    def _repr_html_
    def _html_table_rows
    if self.debug:
    if settings.DEBUG
    raise AssertionError
    raise NotImplementedError
    if __name__ == .__main__.:
    print
back to top