https://github.com/GPflow/GPflow
Revision 9587e10d49ac312d9ff86725611f7167c1eacb79 authored by Artem Artemev on 19 October 2018, 15:32:02 UTC, committed by Artem Artemev on 19 October 2018, 15:32:02 UTC
1 parent 120b128
Raw File
Tip revision: 9587e10d49ac312d9ff86725611f7167c1eacb79 authored by Artem Artemev on 19 October 2018, 15:32:02 UTC
Change release version to 1.3.0
Tip revision: 9587e10
.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