https://github.com/GPflow/GPflow
Revision 92f914dc9a7fadf5c9313ab7accfe09154aa29c7 authored by Vincent Dutordoir on 08 April 2020, 13:45:08 UTC, committed by GitHub on 08 April 2020, 13:45:08 UTC
1 parent 5c89c1e
Raw File
Tip revision: 92f914dc9a7fadf5c9313ab7accfe09154aa29c7 authored by Vincent Dutordoir on 08 April 2020, 13:45:08 UTC
fix compilation issue in ndiagquad when integrating over multiple dimensions (#1418)
Tip revision: 92f914d
.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