https://github.com/GPflow/GPflow
Revision 98f7997b362e142aefb45170152726063eb2aa42 authored by st-- on 06 October 2020, 13:30:52 UTC, committed by GitHub on 06 October 2020, 13:30:52 UTC
* move Version check inside reset_cache_bijectors to not confuse Sphinx
* revert non-working "projects: 7" line in bugs issue template
* fix code-block type in intro.rst
1 parent 8dc912e
Raw File
Tip revision: 98f7997b362e142aefb45170152726063eb2aa42 authored by st-- on 06 October 2020, 13:30:52 UTC
fix broken API docs (#1587)
Tip revision: 98f7997
.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