https://github.com/GPflow/GPflow
Revision 87045146c7293e64badc1550d73801db55255197 authored by joelberkeley-pio on 13 March 2020, 23:38:43 UTC, committed by GitHub on 13 March 2020, 23:38:43 UTC
1 parent e7879b0
Raw File
Tip revision: 87045146c7293e64badc1550d73801db55255197 authored by joelberkeley-pio on 13 March 2020, 23:38:43 UTC
rename kernel full to full_cov (#1319)
Tip revision: 8704514
.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