https://github.com/GPflow/GPflow
Revision a39317bf03307a272724388247fb20b4132391fb authored by st-- on 01 October 2019, 15:36:05 UTC, committed by Artem Artemev on 01 October 2019, 15:36:05 UTC
1 parent f9c3052
Raw File
Tip revision: a39317bf03307a272724388247fb20b4132391fb authored by st-- on 01 October 2019, 15:36:05 UTC
GPflow 2.0 notebook update: classification (#1044)
Tip revision: a39317b
.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