https://github.com/GPflow/GPflow
Revision 5bf7005757f7c0cc932a44d6242af8c370673612 authored by Artem Artemev on 22 February 2019, 23:56:39 UTC, committed by Artem Artemev on 22 February 2019, 23:56:39 UTC
1 parent 8259acb
Raw File
Tip revision: 5bf7005757f7c0cc932a44d6242af8c370673612 authored by Artem Artemev on 22 February 2019, 23:56:39 UTC
Remove temporary files
Tip revision: 5bf7005
.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