https://github.com/GPflow/GPflow
Revision 0783cf42570747dc2fa41ee16cbdc250b29e9943 authored by Jesper Nielsen on 07 March 2022, 16:47:10 UTC, committed by GitHub on 07 March 2022, 16:47:10 UTC
1 parent 94b4328
Raw File
Tip revision: 0783cf42570747dc2fa41ee16cbdc250b29e9943 authored by Jesper Nielsen on 07 March 2022, 16:47:10 UTC
Trigger the doc build corresponding to the current branch. (#1808)
Tip revision: 0783cf4
.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