https://github.com/GPflow/GPflow
Revision cc5693c8d2772fa589a6613917a552e9395b4c76 authored by Vincent Dutordoir on 09 January 2019, 17:25:24 UTC, committed by Artem Artemev on 09 January 2019, 17:25:24 UTC
1 parent 57f4c14
Raw File
Tip revision: cc5693c8d2772fa589a6613917a552e9395b4c76 authored by Vincent Dutordoir on 09 January 2019, 17:25:24 UTC
Hotfix fully_correlated_conditional (#899)
Tip revision: cc5693c
.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