https://github.com/GPflow/GPflow
Revision 9b5bf76c7c8a46fb7e73748a5394526cbb528f4c authored by st-- on 27 October 2019, 16:41:50 UTC, committed by Artem Artemev on 27 October 2019, 16:41:50 UTC
1 parent f650c7b
Raw File
Tip revision: 9b5bf76c7c8a46fb7e73748a5394526cbb528f4c authored by st-- on 27 October 2019, 16:41:50 UTC
GPflow 2.0 notebook update: SGPR upper bound (#1116)
Tip revision: 9b5bf76
.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