https://github.com/GPflow/GPflow
Revision c43d3f5eda58777c952c0ca3b4e3d9ed30189c36 authored by Artem Artemev on 06 January 2019, 00:46:41 UTC, committed by Artem Artemev on 06 January 2019, 00:46:41 UTC
1 parent d8fc9c1
Raw File
Tip revision: c43d3f5eda58777c952c0ca3b4e3d9ed30189c36 authored by Artem Artemev on 06 January 2019, 00:46:41 UTC
Issue templates
Tip revision: c43d3f5
.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