https://github.com/GPflow/GPflow
Revision ebd9fd0ac87e7809cec5237d86bea9422580e3ef authored by Artem Artemev on 18 October 2018, 12:46:21 UTC, committed by Artem Artemev on 18 October 2018, 12:46:21 UTC
1 parent ac35aad
Raw File
Tip revision: ebd9fd0ac87e7809cec5237d86bea9422580e3ef authored by Artem Artemev on 18 October 2018, 12:46:21 UTC
Add rest of the project
Tip revision: ebd9fd0
.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