https://github.com/GPflow/GPflow
Revision 0f3a8918d48684db7b699a64de5ba5492cd9c55a authored by Artem Artemev on 14 March 2019, 16:45:30 UTC, committed by Artem Artemev on 14 March 2019, 16:45:30 UTC
1 parent 39d8bb7
Raw File
Tip revision: 0f3a8918d48684db7b699a64de5ba5492cd9c55a authored by Artem Artemev on 14 March 2019, 16:45:30 UTC
Style changes
Tip revision: 0f3a891
.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