https://github.com/GPflow/GPflow
Revision f008f843f64a67d08bf7a806089dd2ab7a19ec17 authored by st-- on 27 August 2021, 16:33:59 UTC, committed by GitHub on 27 August 2021, 16:33:59 UTC
1 parent 3e4b9f1
Raw File
Tip revision: f008f843f64a67d08bf7a806089dd2ab7a19ec17 authored by st-- on 27 August 2021, 16:33:59 UTC
notebook fix from #1706 (#1709)
Tip revision: f008f84
.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