https://github.com/GPflow/GPflow
Revision 7c851ec320600652f085dab7581113dc4f57430c authored by Nils on 23 February 2020, 18:14:35 UTC, committed by GitHub on 23 February 2020, 18:14:35 UTC
1 parent 3317868
Raw File
Tip revision: 7c851ec320600652f085dab7581113dc4f57430c authored by Nils on 23 February 2020, 18:14:35 UTC
add `kerndisc` to projects section (#1273)
Tip revision: 7c851ec
.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