https://github.com/GPflow/GPflow
Revision 03e09879dbf66909e515a7ad2665bc6fc88051cc authored by Artem Artemev on 11 April 2019, 21:57:33 UTC, committed by Artem Artemev on 11 April 2019, 21:57:33 UTC
1 parent bf743e4
Raw File
Tip revision: 03e09879dbf66909e515a7ad2665bc6fc88051cc authored by Artem Artemev on 11 April 2019, 21:57:33 UTC
Style formatting
Tip revision: 03e0987
.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