https://github.com/GPflow/GPflow
Revision 68d590a23ae7afb926acbc0cd067d437cdf709c2 authored by Jesper Nielsen on 01 April 2022, 13:50:50 UTC, committed by GitHub on 01 April 2022, 13:50:50 UTC
1 parent 075fd3e
Raw File
Tip revision: 68d590a23ae7afb926acbc0cd067d437cdf709c2 authored by Jesper Nielsen on 01 April 2022, 13:50:50 UTC
Add a bibliography to the GPflow documentation. (#1842)
Tip revision: 68d590a
.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