https://github.com/GPflow/GPflow
Revision 6894af5f5b3a9a261dab03139dd273b01051d510 authored by Vincent Dutordoir on 24 August 2020, 10:55:29 UTC, committed by GitHub on 24 August 2020, 10:55:29 UTC
1 parent 8c65ef6
Raw File
Tip revision: 6894af5f5b3a9a261dab03139dd273b01051d510 authored by Vincent Dutordoir on 24 August 2020, 10:55:29 UTC
Fix for quadrature failure mode when autograph was set to False (#1548)
Tip revision: 6894af5
.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