https://github.com/GPflow/GPflow
Revision 8b17f5606ae53f416168ad94bfeb0d06d26fdfc1 authored by Vincent Dutordoir on 19 February 2020, 10:04:11 UTC, committed by GitHub on 19 February 2020, 10:04:11 UTC
1 parent bc8f336
Raw File
Tip revision: 8b17f5606ae53f416168ad94bfeb0d06d26fdfc1 authored by Vincent Dutordoir on 19 February 2020, 10:04:11 UTC
Add docstring to get_first_occurrence
Tip revision: 8b17f56
.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