https://github.com/GPflow/GPflow
Revision bc043064ba61848c32a55620291dd4d8a4253ae3 authored by Vincent Dutordoir on 13 January 2021, 16:31:51 UTC, committed by GitHub on 13 January 2021, 16:31:51 UTC
1 parent 721756a
Raw File
Tip revision: bc043064ba61848c32a55620291dd4d8a4253ae3 authored by Vincent Dutordoir on 13 January 2021, 16:31:51 UTC
Quickfix dynamic shapes in quadrature (#1626)
Tip revision: bc04306
.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