https://github.com/GPflow/GPflow
Revision fa63a66ba9aa03e80246f2af11cef7e49c954176 authored by Gustavo Carvalho on 04 August 2020, 11:48:47 UTC, committed by Gustavo Carvalho on 04 August 2020, 11:48:47 UTC
2 parent s 374139f + be0e6e8
Raw File
Tip revision: fa63a66ba9aa03e80246f2af11cef7e49c954176 authored by Gustavo Carvalho on 04 August 2020, 11:48:47 UTC
Merge branch 'gustavocmv/quadrature-change-shape' into gustavocmv/quadrature-likelihood
Tip revision: fa63a66
.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