https://github.com/GPflow/GPflow
Revision 0d42c6a4dcd83d81275eabbf80e7b55675fe7768 authored by Sergio Diaz on 14 March 2019, 18:06:01 UTC, committed by Sergio Diaz on 14 March 2019, 18:06:01 UTC
1 parent d348f2a
Raw File
Tip revision: 0d42c6a4dcd83d81275eabbf80e7b55675fe7768 authored by Sergio Diaz on 14 March 2019, 18:06:01 UTC
Skip GPR test
Tip revision: 0d42c6a
.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