https://github.com/GPflow/GPflow
Revision da7f9441ee503d4b99214ec8b0648a1cfbd9204e authored by thevincentadam on 20 January 2020, 15:39:59 UTC, committed by thevincentadam on 20 January 2020, 15:39:59 UTC
2 parent s 1563488 + 81543cc
Raw File
Tip revision: da7f9441ee503d4b99214ec8b0648a1cfbd9204e authored by thevincentadam on 20 January 2020, 15:39:59 UTC
Merge branch 'va/gpf/conditional_kernel' into va/additive_models
Tip revision: da7f944
.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