https://github.com/GPflow/GPflow
Revision 1bb5a047c726e00b41b9ab23ea59ad862681d680 authored by Sergio Diaz on 18 March 2019, 15:11:28 UTC, committed by Sergio Diaz on 18 March 2019, 15:11:28 UTC
1 parent ff95af4
Raw File
Tip revision: 1bb5a047c726e00b41b9ab23ea59ad862681d680 authored by Sergio Diaz on 18 March 2019, 15:11:28 UTC
Quadrature test with pytest
Tip revision: 1bb5a04
.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