https://github.com/GPflow/GPflow
Revision e07985a5ca0f8276016fec0e8c122880043a0216 authored by ST John on 04 May 2020, 16:39:02 UTC, committed by ST John on 04 May 2020, 16:39:02 UTC
2 parent s 8a727e2 + 08739ce
Raw File
Tip revision: e07985a5ca0f8276016fec0e8c122880043a0216 authored by ST John on 04 May 2020, 16:39:02 UTC
Merge remote-tracking branch 'origin' into st/heteroskedastic
Tip revision: e07985a
.coveragerc
[report]
omit = *tests*, setup.py
exclude_lines =
    pragma: no cover
    def __repr__
    def __str__
    def _repr_html_
    def _repr_pretty_
    if self.debug:
    if settings.DEBUG
    raise AssertionError
    raise NotImplementedError
    if __name__ == .__main__.:
    print
back to top