https://github.com/GPflow/GPflow
Revision 8ee2028e8c972f404a18f79cf207d42fa266ac63 authored by Sergio Diaz on 13 March 2019, 18:13:45 UTC, committed by Sergio Diaz on 13 March 2019, 18:13:45 UTC
1 parent b393722
Raw File
Tip revision: 8ee2028e8c972f404a18f79cf207d42fa266ac63 authored by Sergio Diaz on 13 March 2019, 18:13:45 UTC
Changes for tests in kernels
Tip revision: 8ee2028
.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